Home
last modified time | relevance | path

Searched refs:ind_dir (Results 1 – 4 of 4) sorted by relevance

/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dratlpstore.h90 bool ind_dir; member
H A Dratlpfwrite.c535 fprintf(fp, "%s = %d -> ", name, con->ind_dir ? 1 : 0); in lpf_write()
H A Dratlpstore.c1063 c->ind_dir = true; in lps_addcon()
1772 con->ind_dir = on_true; in lps_setindicator()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/axes/
H A D_axes.py5194 self, ind_dir, ind, dep1, dep2=0, *, argument
5283 dep_dir = {"x": "y", "y": "x"}[ind_dir]
5294 [(ind_dir, ind), (dep_dir, dep1), (dep_dir, dep2)], kwargs))
5297 (ind_dir, ind), (f"{dep_dir}1", dep1), (f"{dep_dir}2", dep2)]:
5367 if ind_dir == "y":
5377 if ind_dir == "y":