Home
last modified time | relevance | path

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

/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/api/
H A Dlogos2.py84 main_axes = add_math_background() variable
86 add_matplotlib_text(main_axes)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/api/
H A Dlogos2.py84 main_axes = add_math_background() variable
86 add_matplotlib_text(main_axes)
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Deuclid.cpp35 static const intmatrix main_axes = make_array<coord>(coord(1,0,0), coord(0,1,0), coord(0,0,1)); variable
38 static const coord D0 = main_axes[0]; in get_shifttable()
39 static const coord D1 = main_axes[1]; in get_shifttable()
40 static const coord D2 = main_axes[2]; in get_shifttable()
464 cat += val * main_axes[i]; in compute_cat()
585 eu.regular_axes[i] = main_axes[(attempt+i)%3]; in build_torus3()
1181 hyperpoint hx = eumove(main_axes[0]) * C0; in coord_display()
1182 hyperpoint hy = eumove(main_axes[1]) * C0; in coord_display()
1183 hyperpoint hz = WDIM == 2 ? C0 : eumove(main_axes[2]) * C0; in coord_display()
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/
H A Dhistory.rst208 main_axes = add_math_background()
210 add_matplotlib_text(main_axes)