Le 03/02/2016 18:09, grivet a écrit :
Hello,
When I do
     xlabel("$\mbox{fréquence  (h}^{-1})$");
     ylabel("DSP (échelle logarithmique)" );
I find that the x and y labels are neither in the same font nor in the same size. I have to add
   "fontsize",3,"fontname","times"
(for instance) in order to get to labels looking almost alike.

When this really matters, you may do as well
     ylabel("$\mbox{DSP (échelle logarithmique)}$" );
to be sure using the same (LaTeX) fonts.

SG

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to