We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa4074 commit 21339aaCopy full SHA for 21339aa
solutions/2.2-vmin_vmax_imshow_and_colorbars.py
@@ -15,7 +15,7 @@
15
16
# Now you're on your own!
17
for ax, data in zip(axes, [data1, data2, data3]):
18
- # Display data, explicitly making the colormap cover values from 0 to 3
+ # Display data, explicitly making the colormap cover values from 0 to 3
19
im = ax.imshow(data, vmin=0, vmax=3, interpolation='nearest')
20
21
fig.colorbar(im, cax=cax, orientation='horizontal')
0 commit comments