MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / get_path

Method get_path

site-packages/matplotlib/spines.py:155–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

153 return super().get_window_extent(renderer=renderer)
154
155 def get_path(self):
156 return self._path
157
158 def _ensure_position_is_set(self):
159 if self._position is None:

Callers 15

_get_shebangMethod · 0.45
locations.pyFile · 0.45
from_distMethod · 0.45
__init__Method · 0.45
_revalidateMethod · 0.45
_auto_legend_dataMethod · 0.45
glyph_to_pathMethod · 0.45
set_pathsMethod · 0.45
_write_svgfontsMethod · 0.45
_update_line_limitsMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_noiseFunction · 0.36
_get_simplifiedFunction · 0.36
test_sine_plus_noiseFunction · 0.36
test_fft_peaksFunction · 0.36
test_label_without_ticksFunction · 0.36
test_set_drawstyleFunction · 0.36
test_geopandasFunction · 0.36