Return an immutable view on the shared x-axes Grouper.
(cls)
| 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): |
no outgoing calls
no test coverage detected