Re: Plot Numbering Font Size

Samuel Doughty <[email protected]> Wed, 20 Sep 2023 18:57:29 -0500
Newsgroups gmane.comp.gnu.octave.general
Message-ID <CALCCG3hyyz3DO77dp5MCKyX37y-siCaYPLb-VG26e_mdECa16g@mail.gmail.com>
Hello All,

Thanks for all your replies. Perhaps I was unclear. What I want to do is to
enlarge the numbers that appear along the axes, e.g. 0 1 2 3 4 ... along
the x-axis and similarly along the y-axis. I found nothing in your
suggestions that seemed to accomplish this task. Please give me some other
guidance. Thanks,

Sam

On Wed, Sep 20, 2023 at 6:26 PM Santiago Higuera <[email protected]>
wrote:

> 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 athttps://octave.discourse.group/c/help
>
>


----------
We are transitioning to a web based forum
for community help discussions at
https://octave.discourse.group/c/help