8000 Merge pull request #26787 from anntzer/ai · matplotlib/matplotlib@9b16729 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b16729

Browse files
authored
Merge pull request #26787 from anntzer/ai
Remove unused Axis private init helpers.
2 parents c5707d9 + 6811d37 commit 9b16729

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)
0