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: