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

Skip to content

Commit 9d842bf

Browse files
tacaswellQuLogic
andauthored
DOC: edits from review
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 04f2fc6 commit 9d842bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/users/interactive.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages provide bindings to `kivy
2323
simplest way is to use IPython (see :ref:`below <ipython-pylab>`).
2424

2525
The `.pyplot` module provides functions for explicitly creating
26-
Figures that include a interactive tools, a toolbar, a tool-tip, and
26+
Figures that include interactive tools, a toolbar, a tool-tip, and
2727
:ref:`key bindings <key-event-handling>` ready to go:
2828

2929
`.pyplot.figure`
@@ -34,11 +34,11 @@ Figures that include a interactive tools, a toolbar, a tool-tip, and
3434

3535
`.pyplot` has a notion of "The Current Figure" which can be accessed
3636
through `.pyplot.gcf` and a notion of "The Current Axes" accessed
37-
through `.pyplot.gca`. Almost all of the function is `.pyplot` as pass
38-
through to the current `.Figure` / `.axes.Axes` (or create one) as
37+
through `.pyplot.gca`. Almost all of the functions in `.pyplot` pass
38+
through the current `.Figure` / `.axes.Axes` (or create one) as
3939
appropriate. Matplotlib keeps a reference to all of the open figures
4040
created this way so they will not be garbage collected. You can close
41-
and deregister `.Figure`\s from from `.pyplot` individually via
41+
and deregister `.Figure`\s from `.pyplot` individually via
4242
`.pyplot.close` or close all open figures via ``plt.close('all')``.
4343

4444
For discussion of how the integration of the event loops and Matplotlib's event

0 commit comments

Comments
 (0)