Home
last modified time | relevance | path

Searched refs:get_xscale (Results 1 – 22 of 22) sorted by relevance

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/backends/qt_editor/
H A Dfigureoptions.py44 ('Scale', [axes.get_xscale(), 'linear', 'log', 'logit']),
187 if axes.get_xscale() != xscale:
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/qt_editor/
H A Dfigureoptions.py58 ('Scale', [axes.get_xscale(), 'linear', 'log', 'logit']),
194 if axes.get_xscale() != xscale:
/dports/graphics/py-mpl-scatter-density/mpl-scatter-density-0.7/mpl_scatter_density/
H A Dfixed_data_density_helper.py67 xscale = self._ax.get_xscale()
/dports/emulators/mess/mame-mame0226/src/osd/modules/render/d3d/
H A Dd3dcomm.h114 int get_xscale() const { return m_xprescale; } in get_xscale() function
/dports/emulators/mame/mame-mame0226/src/osd/modules/render/d3d/
H A Dd3dcomm.h114 int get_xscale() const { return m_xprescale; } in get_xscale() function
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/axes/
H A D_base.py1569 xscale, yscale = self.get_xscale(), self.get_yscale()
2479 if self.get_xscale().lower() == 'log':
3155 if self.get_xscale() == 'log' and (left <= 0.0 or right <= 0.0):
3178 def get_xscale(self): member in _AxesBase
3180 get_xscale.__doc__ = "Return the xaxis scale string: %s""" % (
3944 if self.get_xscale() == 'log':
H A D_axes.py2207 if self.get_xscale() == 'log':
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/
H A Daxes_api.rst333 Axes.get_xscale
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/api/
H A Daxes_api.rst303 Axes.get_xscale
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/axes/
H A D_base.py2687 if self.get_xscale() == 'log':
3534 if self.get_xscale() == 'log' and (left <= 0 or right <= 0):
3579 get_xscale = _axis_method_wrapper("xaxis", "get_scale") variable in _AxesBase
H A D_axes.py853 if slope is not None and (self.get_xscale() != 'linear' or
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/tests/
H A Dtest_distributions.py684 assert ax.get_xscale() == "log"
856 assert ax.get_xscale() == "log"
861 assert ax1.get_xscale() == "log"
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dlines.py678 self.axes.get_xscale() == 'linear' and
H A Dbackend_bases.py2621 scalex = ax.get_xscale()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dlines.py667 self.axes.get_xscale() == 'linear' and
H A Dbackend_bases.py2617 scalex = ax.get_xscale()
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Deps_writer.py453 if subplot.get_xscale() == "log":
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/plotting/frame/
H A Dtest_frame.py245 assert ax.get_xscale() == expected_log
249 assert ax.get_xscale() == expected_log
/dports/devel/py-xarray/xarray-0.20.1/xarray/tests/
H A Dtest_plot.py2766 assert plt.gca().get_xscale() == xscale
2778 assert plt.gca().get_xscale() == xscale
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_axes.py4910 assert ax.get_xscale() == 'log'
4917 assert ax.get_xscale() == 'linear'
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_axes.py5442 assert ax.get_xscale() == 'log'
5449 assert ax.get_xscale() == 'linear'
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dgraphics.in.h3791 sx = get_scale (get_xscale (), xlim.get ().matrix_value ()); in update_xscale()