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 6d7ae73 commit eba0aa3Copy full SHA for eba0aa3
proplot/axes/cartesian.py
@@ -576,7 +576,7 @@ def _sharex_limits(self, sharex):
576
if ax1.get_autoscalex_on() and not ax2.get_autoscalex_on():
577
ax1.set_xlim(ax2.get_xlim()) # non-default limits
578
# Copy non-default locators and formatters
579
- self.get_shared_x_axes().join(self, sharex) # share limit/scale changes
+ self.get_shared_x_axes().joined(self, sharex) # share limit/scale changes
580
if sharex.xaxis.isDefault_majloc and not self.xaxis.isDefault_majloc:
581
sharex.xaxis.set_major_locator(self.xaxis.get_major_locator())
582
if sharex.xaxis.isDefault_minloc and not self.xaxis.isDefault_minloc:
0 commit comments