help-octave
[Top][All Lists]
Advanced

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

Re: FMT in Polar function


From: Andy Buckle
Subject: Re: FMT in Polar function
Date: Mon, 7 Mar 2011 13:37:48 +0000

On Mon, Mar 7, 2011 at 1:27 PM, dirac <address@hidden> wrote:
> I noticed that, all of the handbooks and help on polar don't tell you a lot.
> I'm now trying to zoom and change the fontsize which seems difficult too! I
> might just plot using x and y in plot father than theta and rho in polar.

This seems to change the font
set(get(h,'parent'),'fontsize',20)

You have to use cartesian coordinates on your polar plot, but this
seems to work.
axis([0 0.5 0 0.5])

-- 
/* andy buckle */


reply via email to

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