Re: Plot Numbering Font Size
Santiago Higuera <[email protected]> Thu, 21 Sep 2023 01:26:15 +0200
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
You can put the property values while plotting:
plot(x,y);
xlabel('X', 'fontsize', 20);
title('My plot', 'fontweight', 'bold', ''fontsize', '20');
Or using set(), as says Nicholas.
Regards,
Santiago
Or you can use set()
El 21/9/23 a las 0:05, Nicholas Jankowski escribió:
> > How in the world can I get larger numbers on the plot axes?
>
> Use the `set` command to change properties like fontsize.
> See https://docs.octave.org/v8.3.0/Axes-Properties.html
>
> ----------
> We are transitioning to a web based forum
> for community help discussions at
> https://octave.discourse.group/c/help
----------
We are transitioning to a web based forum
for community help discussions at
https://octave.discourse.group/c/help