Home
last modified time | relevance | path

Searched refs:MGL_NO_ORIGIN (Results 1 – 7 of 7) sorted by relevance

/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Ddefine.h287 #define MGL_NO_ORIGIN 0x00100000 ///< Don't draw tick labels at axis origin macro
H A Dmgl.h300 { mgl_set_flag(gr,!enable, MGL_NO_ORIGIN); }
/dports/math/mathgl/mathgl-2.5/src/
H A Daxis.cpp666 if(get(MGL_NO_ORIGIN) && v==aa.v0) continue; in DrawLabels()
H A Dcanvas.cpp234 SetOrigin(NAN,NAN,NAN,NAN); set(0, MGL_NO_ORIGIN); in DefaultPlotParam()
/dports/math/mathgl/mathgl-2.5/lang/
H A Dmgl.i289 { mgl_set_flag(gr,!enable, MGL_NO_ORIGIN); }
/dports/math/mathgl/mathgl-2.5/texinfo/
H A Dcore_ru.texi123 #define MGL_NO_ORIGIN 0x00100000 ///< Не рисовать метки в точке пересечения осей
1055 …чения осей координат. В C/Fortran следует использовать @code{mgl_set_flag(gr,val, MGL_NO_ORIGIN);}.
H A Dcore_en.texi123 #define MGL_NO_ORIGIN 0x00100000 ///< Don't draw tick labels at axis origin
1056 … ticks labels at axis origin. In C/Fortran you can use @code{mgl_set_flag(gr,val, MGL_NO_ORIGIN);}.