File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1226,7 +1226,7 @@ def _set_artist_props(self, a):
1226
1226
@docstring .dedent_interpd
1227
1227
def gca (self , ** kwargs ):
1228
1228
"""
1229
- Return the current axes, creating one if necessary
1229
+ Get the current axes, creating one if necessary
1230
1230
1231
1231
The following kwargs are supported for ensuring the returned axes
1232
1232
adheres to the given projection etc., and for axes creation if
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ def make_active(event):
453
453
454
454
455
455
def gcf ():
456
- "Return a reference to the current figure."
456
+ "Get a reference to the current figure."
457
457
458
458
figManager = _pylab_helpers .Gcf .get_active ()
459
459
if figManager is not None :
@@ -809,7 +809,7 @@ def sca(ax):
809
809
810
810
def gca (** kwargs ):
811
811
"""
812
- Return the current :class:`~matplotlib.axes.Axes` instance on the
812
+ Get the current :class:`~matplotlib.axes.Axes` instance on the
813
813
current figure matching the given keyword args, or create one.
814
814
815
815
Examples
You can’t perform that action at this time.
0 commit comments