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

Skip to content

Commit 6811d37

Browse files
committed
Remove unused Axis private init helpers.
These were deprecated in c3f87d4 and later made unused, but not removed.
1 parent 5f785e3 commit 6811d37

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/matplotlib/axis.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -265,21 +265,6 @@ def get_pad(self):
265265
"""Get the value of the tick label pad in points."""
266266
return self._base_pad
267267

268-
def _get_text1(self):
269-
"""Get the default Text 1 instance."""
270-
271-
def _get_text2(self):
272-
"""Get the default Text 2 instance."""
273-
274-
def _get_tick1line(self):
275-
"""Get the default `.Line2D` instance for tick1."""
276-
277-
def _get_tick2line(self):
278-
"""Get the default `.Line2D` instance for tick2."""
279-
280-
def _get_gridline(self):
281-
"""Get the default grid `.Line2D` instance for this tick."""
282-
283268
def get_loc(self):
284269
"""Return the tick location (data coords) as a scalar."""
285270
return self._loc

0 commit comments

Comments
 (0)