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 1e24aed + f2c0bd3 commit 1cd07a6Copy full SHA for 1cd07a6
doc/users/image_tutorial.rst
@@ -181,7 +181,7 @@ This is array slicing. You can read more in the `Numpy tutorial <http://www.sci
181
182
.. sourcecode:: ipython
183
184
- In [7]: imgplot = mpimg.imshow(lum_img)
+ In [7]: imgplot = plt.imshow(lum_img)
185
186
.. plot::
187
@@ -291,7 +291,7 @@ object.
291
292
293
294
- In[11]: imgplot.set_clim=(0.0,0.7)
+ In[11]: imgplot.set_clim(0.0,0.7)
295
296
297
0 commit comments