Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2031165

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed

‎lib/mpl_toolkits/axisartist/axis_artist.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/axis_artist.py
-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.