help-octave
[Top][All Lists]
Advanced

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

Re: Plot Numbering Font Size


From: Santiago Higuera
Subject: Re: Plot Numbering Font Size
Date: Thu, 21 Sep 2023 01:26:15 +0200
User-agent: Mozilla Thunderbird

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.  

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

reply via email to

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