Return an immutable view on the shared y-axes Grouper.
(cls)
| 4942 | |
| 4943 | @classmethod |
| 4944 | def get_shared_y_axes(cls): |
| 4945 | """Return an immutable view on the shared y-axes Grouper.""" |
| 4946 | return cbook.GrouperView(cls._shared_axes["y"]) |
| 4947 | |
| 4948 | def label_outer(self, remove_inner_ticks=False): |
| 4949 | """ |
no outgoing calls
no test coverage detected