Home
last modified time | relevance | path

Searched defs:axes_class (Results 1 – 15 of 15) sorted by relevance

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/axes_grid1/
H A Dparasite_axes.py88 def parasite_axes_class_factory(axes_class=None): argument
151 def parasite_axes_auxtrans_class_factory(axes_class=None): argument
178 def get_aux_axes(self, tr=None, viewlim_mode="equal", axes_class=Axes): argument
244 def twinx(self, axes_class=None): argument
257 def twiny(self, axes_class=None): argument
270 def twin(self, aux_trans=None, axes_class=None): argument
286 def _add_twin_axes(self, axes_class, **kwargs): argument
321 def host_axes_class_factory(axes_class=None): argument
337 def host_subplot_class_factory(axes_class): argument
347 def host_axes(*args, axes_class=Axes, figure=None, **kwargs): argument
[all …]
H A Daxes_rgb.py9 def make_rgb_axes(ax, pad=0.01, axes_class=None, add_all=True, **kwargs): argument
H A Daxes_grid.py95 axes_class=None, argument
354 axes_class=None, argument
H A Dinset_locator.py358 axes_class=None, argument
508 axes_class=None, argument
H A Daxes_divider.py420 def _get_new_axes(self, *, axes_class=None, **kwargs): argument
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axes_grid1/
H A Dparasite_axes.py48 def parasite_axes_class_factory(axes_class=None): argument
198 def parasite_axes_auxtrans_class_factory(axes_class=None): argument
242 def get_aux_axes(self, tr, viewlim_mode="equal", axes_class=None): argument
300 def twinx(self, axes_class=None): argument
329 def twiny(self, axes_class=None): argument
359 def twin(self, aux_trans=None, axes_class=None): argument
410 def host_axes_class_factory(axes_class=None): argument
431 def host_subplot_class_factory(axes_class): argument
H A Daxes_rgb.py12 def make_rgb_axes(ax, pad=0.01, axes_class=None, add_all=True): argument
H A Daxes_grid.py149 axes_class=None, argument
446 axes_class=None, argument
H A Dinset_locator.py391 axes_class=None, argument
520 axes_class=None, argument
H A Daxes_divider.py931 def locatable_axes_factory(axes_class): argument
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/axes/
H A D_subplots.py201 def subplot_class_factory(axes_class=None): argument
229 def __call__(self, axes_class): argument
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/axes/
H A D_subplots.py164 def subplot_class_factory(axes_class=None): argument
198 def _picklable_subplot_class_constructor(axes_class): argument
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/axisartist/
H A Dfloating_axes.py364 def floatingaxes_class_factory(axes_class): argument
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axisartist/
H A Dfloating_axes.py526 def floatingaxes_class_factory(axes_class): argument
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dfigure.py1563 self, *args, axes_class=None, polar=False, projection=None, argument