Home
last modified time | relevance | path

Searched refs:myxlabel (Results 1 – 7 of 7) 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 )
29 if (~isdef("myxlabel","local")) then
30 myxlabel = "";
38 xtitle(mytitle,myxlabel,myylabel)
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/tests/unit_tests/neldermead/
H A Dnmplot_rosenbrock.tst69 myxlabel = "Iterations";
70 nmplot_historyplot ( nm , fbarfn , mytitle , myxlabel);
74 myxlabel = "Iterations";
75 nmplot_historyplot ( nm , foptfn , mytitle , myxlabel);
79 myxlabel = "Iterations";
80 nmplot_historyplot ( nm , sigmafn , mytitle , myxlabel);
H A Dnmplot_rosenbrock.dia.ref66 myxlabel = "Iterations";
67 nmplot_historyplot ( nm , fbarfn , mytitle , myxlabel);
71 myxlabel = "Iterations";
72 nmplot_historyplot ( nm , foptfn , mytitle , myxlabel);
76 myxlabel = "Iterations";
77 nmplot_historyplot ( nm , sigmafn , mytitle , myxlabel);
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/demos/neldermead/
H A Dnmplot_mckinnon2.sce170 myxlabel = _("Iterations");
171 nmplot_historyplot ( nm , fbarfn, mytitle , myxlabel );
174 myxlabel = _("Iterations");
175 nmplot_historyplot ( nm , foptfn, mytitle , myxlabel );
178 myxlabel = _("Iterations") ;
179 nmplot_historyplot ( nm , sigmafn, mytitle , myxlabel );
H A Dnmplot_mckinnon.sce172 myxlabel = _("Iterations");
173 nmplot_historyplot ( nm , fbarfn, mytitle , myxlabel );
176 myxlabel = _("Iterations");
177 nmplot_historyplot ( nm , foptfn, mytitle , myxlabel );
180 myxlabel = _("Iterations") ;
181 nmplot_historyplot ( nm , sigmafn, mytitle , myxlabel );
/dports/science/berkeleygw/BGW-2.0.0/examples/DFT/Zn2O2/
H A Dplot_Zn2O2_epsinv.py52 myxlabel = matplotlib.pyplot.xlabel('$\omega$ (eV)') variable
H A Dplot_Zn2O2_band.py71 myxlabel = matplotlib.pyplot.xlabel('Wavevector') variable