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 5f3338e commit e370daaCopy full SHA for e370daa
ultraplot/axes/base.py
@@ -3225,7 +3225,6 @@ def number(self, num):
3225
raise ValueError(f"Invalid number {num!r}. Must be integer >=1.")
3226
3227
3228
-
3229
# Apply signature obfuscation after storing previous signature
3230
# NOTE: This is needed for __init__
3231
Axes._format_signatures = {Axes: inspect.signature(Axes.format)}
ultraplot/axes/shared.py
@@ -185,7 +185,6 @@ def _update_ticks(
185
for lab in obj.get_ticklabels():
186
lab.update(kwtext_extra)
187
188
189
# Override matplotlib defaults ot handle multiple axis sharing
190
def sharex(self, other):
191
return self.share_axis(which="x", other=other)
0 commit comments