Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 3d1a1bc + 283a719 commit b015209Copy full SHA for b015209
tutorials/introductory/images.py
@@ -175,17 +175,12 @@
175
# ------------------------
176
#
177
# It's helpful to have an idea of what value a color represents. We can
178
-# do that by adding color bars.
+# do that by adding a color bar to your figure:
179
180
imgplot = plt.imshow(lum_img)
181
plt.colorbar()
182
183
###############################################################################
184
-# This adds a colorbar to your existing figure. This won't
185
-# automatically change if you switch to a different
186
-# colormap - you have to re-create your plot, and add in the colorbar
187
-# again.
188
-#
189
# .. _`Data ranges`:
190
191
# Examining a specific data range
0 commit comments