Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7eb704

Browse files
committed
correctly link to ioff/ion
1 parent d478070 commit a7eb704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ioff and ion can be used as context managers
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
`plt.ion()` and `plt.ioff()` may now be used as context managers to create
4+
`.pyplot.ion` and `.pyplot.ioff` may now be used as context managers to create
55
a context with interactive mode on, or off respectively. The old behavior of
66
calling these functions is maintained. To use the new functionality
77
call as ``with plt.ioff():``

0 commit comments

Comments
 (0)