Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/scripts/plot/draw/private/
H A D__ezplot__.m54 isplot = true; variable
63 isplot = false; variable
67 isplot = false; variable
72 isplot = false; variable
96 if (isplot)
132 if (isplot)
246 if (isplot)
290 if (isplot)
345 if (isplot)
390 elseif (isplot)
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwxstream.hpp43 bool isplot; //precise the status of associated widget: plot (true) or widget_draw (false) member in GDLWXStream
60 bool IsPlot() {return isplot;} in IsPlot()
H A Dgdlwxstream.cpp103 isplot=isPlot; in SetGdlxwGraphicsPanel()