Home
last modified time | relevance | path

Searched defs:Axes (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/math/py-pandas/pandas-1.2.5/pandas/plotting/_matplotlib/
H A Dtimeseries.py35 def maybe_resample(series: "Series", ax: "Axes", kwargs):
78 def _upsample_others(ax: "Axes", freq, kwargs):
101 def _replot_ax(ax: "Axes", freq, kwargs):
131 def decorate_axes(ax: "Axes", freq, kwargs):
147 def _get_ax_freq(ax: "Axes"):
178 def _get_freq(ax: "Axes", series: "Series"):
196 def use_dynamic_x(ax: "Axes", data: FrameOrSeriesUnion) -> bool:
238 def maybe_convert_index(ax: "Axes", data):
H A Dtools.py24 def format_date_labels(ax: "Axes", rot):
353 axarr: Iterable["Axes"],
411 def flatten_axes(axes: Union["Axes", Sequence["Axes"]]) -> np.ndarray:
420 axes: Union["Axes", Sequence["Axes"]],
440 def get_all_lines(ax: "Axes") -> List["Line2D"]:
H A Dmisc.py129 ax: Optional["Axes"] = None,
220 ax: Optional["Axes"] = None,
343 ax: Optional["Axes"] = None,
420 series: "Series", lag: int = 1, ax: Optional["Axes"] = None, **kwds
439 series: "Series", ax: Optional["Axes"] = None, **kwds
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DAxes.h9 struct Axes struct
12 static Ogre::Quaternion qFixCar,qFixWh;
/dports/www/grafana8/grafana-8.3.6/docs/sources/visualizations/
H A Dgraph-panel.md97 ## Axes section in Graph panel (old)
101 ### Left Y/Right Y
113 ### Y-Axes
118 ### X-Axis
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Daxes.h35 Axes(InputIt first, InputIt last) { in Axes() function
43 explicit Axes(absl::Span<const int8_t> axes) : Axes{axes.begin(), axes.end()} {} in Axes() function
46 Axes(std::initializer_list<int8_t> axes) : Axes{axes.begin(), axes.end()} {} in Axes() function
/dports/devel/hyperscan/boost_1_75_0/libs/histogram/examples/
H A Dguide_histogram_in_api.cpp14 boost::histogram::histogram<Axes, Storage> any_histogram( in any_histogram()
21 boost::histogram::histogram<std::tuple<Axes...>, Storage> only_static_histogram( in only_static_histogram()
31 boost::histogram::histogram<std::vector<boost::histogram::axis::variant<Axes...>>, in only_dynamic_histogram()
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/src/dimension/
H A Daxes.rs41 pub struct Axes<'a, D> { struct
42 dim: &'a D,
43 strides: &'a D,
44 start: usize,
45 end: usize,
87 impl<'a, D> Iterator for Axes<'a, D> implementation
126 impl<'a, D> DoubleEndedIterator for Axes<'a, D> implementation
/dports/cad/opencascade/opencascade-7.6.0/src/BRepPrim/
H A DBRepPrim_Wedge.cxx26 BRepPrim_Wedge::BRepPrim_Wedge(const gp_Ax2& Axes, const Standard_Real dx, const Standard_Real dy, … in BRepPrim_Wedge()
36 …BRepPrim_Wedge::BRepPrim_Wedge(const gp_Ax2& Axes, const Standard_Real dx, const Standard_Real dy,… in BRepPrim_Wedge()
46 BRepPrim_Wedge::BRepPrim_Wedge(const gp_Ax2& Axes, in BRepPrim_Wedge()
H A DBRepPrim_Cone.cxx95 const gp_Ax2& Axes) : in BRepPrim_Cone()
140 BRepPrim_Cone::BRepPrim_Cone(const gp_Ax2& Axes, in BRepPrim_Cone()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepPrimAPI/
H A DBRepPrimAPI_MakeRevolution.cxx123 (const gp_Ax2& Axes, in BRepPrimAPI_MakeRevolution()
140 (const gp_Ax2& Axes, in BRepPrimAPI_MakeRevolution()
159 (const gp_Ax2& Axes, in BRepPrimAPI_MakeRevolution()
178 (const gp_Ax2& Axes, in BRepPrimAPI_MakeRevolution()
H A DBRepPrimAPI_MakeTorus.cxx88 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, in BRepPrimAPI_MakeTorus()
101 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, in BRepPrimAPI_MakeTorus()
116 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, in BRepPrimAPI_MakeTorus()
133 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, in BRepPrimAPI_MakeTorus()
H A DBRepPrimAPI_MakeCylinder.cxx57 BRepPrimAPI_MakeCylinder::BRepPrimAPI_MakeCylinder(const gp_Ax2& Axes, in BRepPrimAPI_MakeCylinder()
70 BRepPrimAPI_MakeCylinder::BRepPrimAPI_MakeCylinder(const gp_Ax2& Axes, in BRepPrimAPI_MakeCylinder()
H A DBRepPrimAPI_MakeCone.cxx59 BRepPrimAPI_MakeCone::BRepPrimAPI_MakeCone(const gp_Ax2& Axes, in BRepPrimAPI_MakeCone()
73 BRepPrimAPI_MakeCone::BRepPrimAPI_MakeCone(const gp_Ax2& Axes, in BRepPrimAPI_MakeCone()
H A DBRepPrimAPI_MakeWedge.cxx46 BRepPrimAPI_MakeWedge::BRepPrimAPI_MakeWedge(const gp_Ax2& Axes, in BRepPrimAPI_MakeWedge()
80 BRepPrimAPI_MakeWedge::BRepPrimAPI_MakeWedge(const gp_Ax2& Axes, in BRepPrimAPI_MakeWedge()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/axes/
H A DAxes.java24 public class Axes extends SimpleObject { class
37 public Axes(Integer objectID) { in Axes() method in Axes
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap.py222 self, mappable: mpl.cm.ScalarMappable, ax: plt.Axes
242 ax: plt.Axes,
257 def _plot_on_axis(self, ax: plt.Axes) -> mpl_collections.Collection:
295 self, ax: Optional[plt.Axes] = None, **kwargs: Any
385 self, ax: Optional[plt.Axes] = None, **kwargs: Any
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap.py222 self, mappable: mpl.cm.ScalarMappable, ax: plt.Axes
242 ax: plt.Axes,
257 def _plot_on_axis(self, ax: plt.Axes) -> mpl_collections.Collection:
295 self, ax: Optional[plt.Axes] = None, **kwargs: Any
385 self, ax: Optional[plt.Axes] = None, **kwargs: Any
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/vis/
H A Dheatmap.py222 self, mappable: mpl.cm.ScalarMappable, ax: plt.Axes
242 ax: plt.Axes,
257 def _plot_on_axis(self, ax: plt.Axes) -> mpl_collections.Collection:
295 self, ax: Optional[plt.Axes] = None, **kwargs: Any
385 self, ax: Optional[plt.Axes] = None, **kwargs: Any
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap.py222 self, mappable: mpl.cm.ScalarMappable, ax: plt.Axes
242 ax: plt.Axes,
257 def _plot_on_axis(self, ax: plt.Axes) -> mpl_collections.Collection:
295 self, ax: Optional[plt.Axes] = None, **kwargs: Any
385 self, ax: Optional[plt.Axes] = None, **kwargs: Any
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/vis/
H A Dheatmap.py221 self, mappable: mpl.cm.ScalarMappable, ax: plt.Axes
241 ax: plt.Axes,
256 def _plot_on_axis(self, ax: plt.Axes) -> mpl_collections.Collection:
294 self, ax: Optional[plt.Axes] = None, **kwargs: Any
381 self, ax: Optional[plt.Axes] = None, **kwargs: Any
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/storage/
H A DDeviceConfiguration.h31 AxisConfigurationMap& Axes(void) { return m_axes; } in Axes() function
32 const AxisConfigurationMap& Axes(void) const { return m_axes; } in Axes() function
/dports/net/libyang/libyang-1.0.240/
H A DKNOWNISSUES.md12 ### Axes subsection
/dports/graphics/py-pyx/PyX-0.15/manual/
H A Daxis.rst5 Axes chapter
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/experiments/
H A Dqubit_characterizations.py80 def plot(self, ax: Optional[plt.Axes] = None, **plot_kwargs: Any) -> plt.Axes:
126 def plot(self, ax: Optional[plt.Axes] = None, **plot_kwargs: Any) -> plt.Axes:
167 def plot(self, axes: Optional[List[plt.Axes]] = None, **plot_kwargs: Any) -> List[plt.Axes]:
630 ax: plt.Axes,

1234567891011