Plt.imshow andlog in Plotly

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:

download

We now have an imshow function in plotly as well! See https://plot.ly/python/imshow/

1 Like

Hi! is there any imshow for the plotly js library?

1 Like

imshow in Plotly.JS, solved here: