Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/macros/neldermead/
H A Dnmplot_historyplot.sci20 // mytitle , myxlabel , myylabel : the parameters of the plot
22 function nmplot_historyplot ( this , datafile , mytitle , myxlabel , myylabel )
32 if (~isdef("myylabel","local")) then
33 myylabel = "";
38 xtitle(mytitle,myxlabel,myylabel)
/dports/science/berkeleygw/BGW-2.0.0/examples/DFT/Zn2O2/
H A Dplot_Zn2O2_epsinv.py53 myylabel = matplotlib.pyplot.ylabel('Re $\epsilon_{\mathbf{GG}\'}^{-1}(\mathbf{q}; \omega)$') variable
H A Dplot_Zn2O2_band.py72 myylabel = matplotlib.pyplot.ylabel('Energy (eV)') variable