Home
last modified time | relevance | path

Searched refs:compare_axis (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/plotting/_matplotlib/
H A Dtools.py302 def _has_externally_shared_axis(ax1: "matplotlib.axes", compare_axis: "str") -> bool:
331 if compare_axis == "x":
333 elif compare_axis == "y":
/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_F12_SORT.cc103 const int diff = cache[a].compare_axis(cache[b], rank - r - 1); in greater_vec()
128 const int diff = cache[a].compare_axis(cache[b], rank - r - 1); in smaller_vec()
H A DBif_F12_SORT.hh70 int compare_axis(const CollatingCacheEntry & other, Rank axis) const in compare_axis() function