Skip to content

Commit 4fdcfcd

Browse files
committed
Bugfix, remove _sharex/y_level reference
1 parent cc4bd54 commit 4fdcfcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proplot/subplots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,6 @@ def _add_axes_panel(self, ax, side, filled=False, **kwargs):
996996
with self._authorize_add_subplot():
997997
pax = self.add_subplot(
998998
gridspec[idx1, idx2],
999-
sharex=ax._sharex_level, sharey=ax._sharey_level,
1000999
projection='xy',
10011000
)
10021001
getattr(ax, '_' + s + 'panels').append(pax)

0 commit comments

Comments
 (0)