Home
last modified time | relevance | path

Searched refs:getLogScale (Results 1 – 8 of 8) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/
H A DGraph.cxx183 Graph::LogScale Graph::getLogScale() const in getLogScale() function in Graph
185 return getImplementation()->getLogScale(); in getLogScale()
H A DGraphImplementation.cxx273 GraphImplementation::LogScale GraphImplementation::getLogScale() const in getLogScale() function in GraphImplementation
/dports/math/openturns/openturns-1.18/python/src/
H A Dviewer.py258 …if (graph.getLogScale() == ot.GraphImplementation.LOGX) or (graph.getLogScale() == ot.GraphImpleme…
260 …if (graph.getLogScale() == ot.GraphImplementation.LOGY) or (graph.getLogScale() == ot.GraphImpleme…
270 axis = axis_mask[graph.getLogScale()]
H A DGraph_doc.i.in43 %feature("docstring") OT::Graph::getLogScale
H A DGraphImplementation_doc.i.in378 %feature("docstring") OT::GraphImplementation::getLogScale
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/openturns/
H A DGraph.hxx114 LogScale getLogScale() const;
H A DGraphImplementation.hxx110 LogScale getLogScale() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/plot/
H A Dplotcanvas.py469 def getLogScale(self): member in PlotCanvas