Home
last modified time | relevance | path

Searched refs:get_minpos (Results 1 – 10 of 10) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/api/
H A Daxis_api.rst133 Axis.get_minpos
353 YAxis.get_minpos
420 XAxis.get_minpos
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/
H A Daxis_api.rst139 Axis.get_minpos
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dticker.py225 def get_minpos(self): member in _DummyAxis
2120 vmin = self.axis.get_minpos()
2211 minpos = self.axis.get_minpos()
2466 minpos = self.axis.get_minpos()
H A Daxis.py780 return self._scale.limit_range_for_scale(vmin, vmax, self.get_minpos())
1760 def get_minpos(self): member in Axis
2087 def get_minpos(self): member in XAxis
2466 def get_minpos(self): member in YAxis
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dticker.py210 def get_minpos(self): member in _DummyAxis
2464 vmin = self.axis.get_minpos()
2567 minpos = self.axis.get_minpos()
2864 self.axis.get_minpos()
H A Daxis.py755 return self._scale.limit_range_for_scale(vmin, vmax, self.get_minpos())
1977 def get_minpos(self): member in Axis
2241 def get_minpos(self): member in XAxis
2508 def get_minpos(self): member in YAxis
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/projections/
H A Dpolar.py212 def get_minpos(self): member in _AxisWrapper
213 return np.rad2deg(self._axis.get_minpos())
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/projections/
H A Dpolar.py221 def get_minpos(self): member in _AxisWrapper
222 return np.rad2deg(self._axis.get_minpos())
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/prev_whats_new/
H A Dchangelog.rst538 set_view_interval, get_minpos, and get_data_interval are
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dchangelog.rst538 set_view_interval, get_minpos, and get_data_interval are