Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2031165

Browse files
authored
Merge pull request #14785 from anntzer/unusedattrs
Kill some never-used attributes.
2 parents 3ae9a0c + 0f10f1f commit 2031165

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/mpl_toolkits/axisartist/axis_artist.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -758,12 +758,6 @@ def __init__(self, axes,
758758
self.offset_transform = ScaledTranslation(offset[0], offset[1],
759759
self.dpi_transform)
760760

761-
self._label_visible = True
762-
self._majortick_visible = True
763-
self._majorticklabel_visible = True
764-
self._minortick_visible = True
765-
self._minorticklabel_visible = True
766-
767761
if axis_direction in ["left", "right"]:
768762
axis_name = "ytick"
769763
self.axis = axes.yaxis

0 commit comments

Comments
 (0)