Does Plotly have an analog to the matplotlib’s imshow?
Example:
plt.imshow(X_train[0].reshape(28,28).T, cmap='gray')
allows me to visualize the following MNIST sample:

Does Plotly have an analog to the matplotlib’s imshow?
Example:
plt.imshow(X_train[0].reshape(28,28).T, cmap='gray')
allows me to visualize the following MNIST sample:

We now have an imshow function in plotly as well! See https://plot.ly/python/imshow/
Hi! is there any imshow for the plotly js library?
imshow in Plotly.JS, solved here: