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 05123bd commit c6f6a2bCopy full SHA for c6f6a2b
ultraplot/axes/geo.py
@@ -703,14 +703,13 @@ def apply_style(
703
self,
704
*,
705
axis: str = "both",
706
- pad: float | None = None,
+ _pad: float | None = None,
707
labelsize: float | str | None = None,
708
labelcolor: Any = None,
709
labelrotation: float | None = None,
710
linecolor: Any = None,
711
linewidth: float | None = None,
712
) -> None:
713
- pad # unused for basemap gridlines
714
targets = []
715
if axis in ("x", "both"):
716
targets.append(self.lonlines)
0 commit comments