[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Curve fit
From: |
Andy Buckle |
Subject: |
Re: Curve fit |
Date: |
Sat, 20 Nov 2010 15:06:00 +0000 |
On Sat, Nov 20, 2010 at 2:56 PM, cunninghands <address@hidden> wrote:
>
> May I ask (in addition).
>
> How can I reverse the y axis. (I want 0 to be at the top, and the maximum y
> at the bottom).
set(gca(),'ydir','reverse')
get(gca())
will give you a list of axis properties that may be of interest for
other tweaking.
--
/* andy buckle */