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 1c55258 commit 07bd9a4Copy full SHA for 07bd9a4
lib/matplotlib/axes/_base.py
@@ -4226,9 +4226,9 @@ def twiny(self):
4226
return ax2
4227
4228
def get_shared_x_axes(self):
4229
- 'Return a reference to the shared axes Grouper object for x axes'
+ """Return a reference to the shared axes Grouper object for x axes."""
4230
return self._shared_x_axes
4231
4232
def get_shared_y_axes(self):
4233
- 'Return a reference to the shared axes Grouper object for y axes'
+ """Return a reference to the shared axes Grouper object for y axes."""
4234
return self._shared_y_axes
0 commit comments