We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10453db commit 0a62fccCopy full SHA for 0a62fcc
lib/matplotlib/projections/polar.pyi
@@ -17,8 +17,8 @@ class PolarTransform(mtransforms.Transform):
17
self,
18
axis: PolarAxes | None = ...,
19
use_rmin: bool = ...,
20
- _apply_theta_transforms: bool = ...,
21
*,
+ apply_theta_transforms: bool = ...,
22
scale_transform: mtransforms.Transform | None = ...,
23
) -> None: ...
24
def inverted(self) -> InvertedPolarTransform: ...
@@ -35,7 +35,8 @@ class InvertedPolarTransform(mtransforms.Transform):
35
36
37
38
+ *,
39
40
41
def inverted(self) -> PolarTransform: ...
42
0 commit comments