(self)
| 137 | return Circle((0.5, 0.5), 0.5) |
| 138 | |
| 139 | def _gen_axes_spines(self): |
| 140 | return {'geo': mspines.Spine.circular_spine(self, (0.5, 0.5), 0.5)} |
| 141 | |
| 142 | def set_yscale(self, *args, **kwargs): |
| 143 | if args[0] != 'linear': |
nothing calls this directly
no test coverage detected