File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Using matplotlib in a python shell
55**********************************
66
77By default, matplotlib defers drawing until the end of the script
8- because drawing can be an expensive opertation , and you may not want
8+ because drawing can be an expensive operation , and you may not want
99to update the plot every time a single property is changed, only once
1010after all the properties have changed.
1111
@@ -103,7 +103,7 @@ Controlling interactive updating
103103
104104The *interactive * property of the pyplot interface controls whether a
105105figure canvas is drawn on every pyplot command. If *interactive * is
106- *False *, then the figure state is updated on every plot commands , but
106+ *False *, then the figure state is updated on every plot command , but
107107will only be drawn on explicit calls to
108108:func: `~matplotlib.pyplot.draw `. When *interactive * is
109109*True *, then every pyplot command triggers a draw.
You can’t perform that action at this time.
0 commit comments