Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 711bacb commit 75b4affCopy full SHA for 75b4aff
lib/matplotlib/pyplot.py
@@ -453,7 +453,7 @@ def make_active(event):
453
454
455
def gcf():
456
- "Return a reference to the current figure."
+ "Get a reference to the current figure."
457
458
figManager = _pylab_helpers.Gcf.get_active()
459
if figManager is not None:
@@ -809,7 +809,7 @@ def sca(ax):
809
810
def gca(**kwargs):
811
"""
812
- Return the current :class:`~matplotlib.axes.Axes` instance on the
+ Get the current :class:`~matplotlib.axes.Axes` instance on the
813
current figure matching the given keyword args, or create one.
814
815
Examples
0 commit comments