[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to change size of axis numeral of plots
From: |
Ben Abbott |
Subject: |
Re: How to change size of axis numeral of plots |
Date: |
Sun, 08 Mar 2015 11:10:55 -0400 |
> On Mar 7, 2015, at 11:18 PM, Tatsuro MATSUOKA <address@hidden> wrote:
>
> How can I change size of axis numeral of the plot?
> I have consulted the manual but could not find the method.
>
> Tatsuro
Does ...
set (gca (), "fontsize", 20)
... do what you're looking for?
Ben