MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _as_mpl_axes

Method _as_mpl_axes

lib/matplotlib/tests/test_axes.py:3354–3356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3352 self.theta_offset = 0
3353
3354 def _as_mpl_axes(self):
3355 # implement the matplotlib axes interface
3356 return PolarAxes, {'theta_offset': self.theta_offset}
3357
3358 prj = Polar()
3359 prj2 = Polar()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected