Skip to content

Commit f2c0bd3

Browse files
committed
image tutorial fix set_clim
1 parent 2b5409b commit f2c0bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/image_tutorial.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ object.
291291

292292
.. sourcecode:: ipython
293293

294-
In[11]: imgplot.set_clim=(0.0,0.7)
294+
In[11]: imgplot.set_clim(0.0,0.7)
295295

296296
.. plot::
297297

0 commit comments

Comments
 (0)