help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

default xlabel font size


From: Marco Cecconello
Subject: default xlabel font size
Date: Tue, 13 Aug 2019 08:20:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Hi,
I am trying to define defaults setting for my graphics objects via the
.octaverc file. For example:

set(groot, 'defaultlinelinewidth', 2)
set(groot, 'defaultaxesxminortick', 'on')
set(groot, 'defaultaxesyminortick', 'on');
set(groot, 'defaulttextfontsize', 12);

The last command changes the font size of all text objects. What I want
is to set the default size of the xlabel and ylabel text objects ONLY
but I can't figure out how to do it.

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]