We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5707d9 + 6811d37 commit 9b16729Copy full SHA for 9b16729
lib/matplotlib/axis.py
@@ -265,21 +265,6 @@ def get_pad(self):
265
"""Get the value of the tick label pad in points."""
266
return self._base_pad
267
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
283
def get_loc(self):
284
"""Return the tick location (data coords) as a scalar."""
285
return self._loc
0 commit comments