Skip to content
Merged
Prev Previous commit
Next Next commit
Bugfix, remove _sharex/y_level reference
  • Loading branch information
lukelbd committed Jan 7, 2020
commit 4fdcfcde0678b4fe9ee643fee1cc5062cbd9ed2a
1 change: 0 additions & 1 deletion proplot/subplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,6 @@ def _add_axes_panel(self, ax, side, filled=False, **kwargs):
with self._authorize_add_subplot():
pax = self.add_subplot(
gridspec[idx1, idx2],
sharex=ax._sharex_level, sharey=ax._sharey_level,
projection='xy',
)
getattr(ax, '_' + s + 'panels').append(pax)
Expand Down