(self, *args, **kwargs)
| 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': |
| 144 | raise NotImplementedError |
| 145 | |
| 146 | set_xscale = set_yscale |
| 147 |
no outgoing calls