(self, *args, **kwargs)
| 245 | return {'geo': mspines.Spine.circular_spine(self, (0.5, 0.5), 0.5)} |
| 246 | |
| 247 | def set_yscale(self, *args, **kwargs): |
| 248 | if args[0] != 'linear': |
| 249 | raise NotImplementedError |
| 250 | |
| 251 | # Prevent the user from applying scales to one or both of the |
| 252 | # axes. In this particular case, scaling the axes wouldn't make |
no outgoing calls
no test coverage detected