Hi,

+1 for this missing feature. But since the name of the concerned Label entity property of is "font_size" I would recommend to use it instead of "fontsize".

S.

Le 01/02/2021 à 23:26, Samuel Gougeon a écrit :

Dear all,

After having changed the default grid style in Scilab 6.1.0, i propose to go on, tuning more carefully the default font size of axes labels.

Each time that i define a xlabel, ylabel or sometimes zlabel, and a title, i have also to set explicitly their fontsize property, because i find the default size=1 always too small.
Is it also your usage?
Indeed, the font size = 1 is fine for ticks labels. From here, axes labels must be displayed with a bigger font size. Sometime size=2 is still not enough, noticeably with a LaTeX content. But well, then we can actually use an explicit fontsize setting.

This proposal impacts everybody and frequently, because making plots is a basic task in Scilab
Every comment is welcome, before implementing this simple change.

Hope reading you soon.

Samuel Gougeon

clf
subplot(1,3,1)
plot2d
xlabel  "Title for abscissas"
ylabel  "Title for ordinates"

subplot(1,3,2)
xlabel  "Title for abscissas"  fontsize  2
ylabel  "Title for ordinates"  fontsize  2
plot2d

subplot(1,3,3)
xlabel  "$\alpha\text{ coefficient }[m^{-1}]$"  fontsize  2
ylabel  "$\beta\text{ result }[lm^{-1}]$"  fontsize  2
plot2d



_______________________________________________
users mailing list
users@lists.scilab.org
https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users

--
Stéphane Mottelet
Ingénieur de recherche
EA 4297 Transformations Intégrées de la Matière Renouvelable
Département Génie des Procédés Industriels
Sorbonne Universités - Université de Technologie de Compiègne
CS 60319, 60203 Compiègne cedex
Tel : +33(0)344234688
http://www.utc.fr/~mottelet

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

Reply via email to