MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_shared_x_axes

Method get_shared_x_axes

lib/matplotlib/axes/_base.py:4939–4941  ·  view source on GitHub ↗

Return an immutable view on the shared x-axes Grouper.

(cls)

Source from the content-addressed store, hash-verified

4937
4938 @classmethod
4939 def get_shared_x_axes(cls):
4940 """Return an immutable view on the shared x-axes Grouper."""
4941 return cbook.GrouperView(cls._shared_axes["x"])
4942
4943 @classmethod
4944 def get_shared_y_axes(cls):

Callers 2

_releaseMethod · 0.80
release_zoomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected