help-octave
[Top][All Lists]
Advanced

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

Re: Coordinates in plot axis. How can I modify number of digits


From: Carlo de Falco
Subject: Re: Coordinates in plot axis. How can I modify number of digits
Date: Fri, 26 Feb 2010 12:41:11 +0100

Hi,
Please keep the list in the receipient list as others might be interested as well

On 26 Feb 2010, at 12:16, Marius Roets wrote:

Hi,

2010/2/25 Carlo de Falco <address@hidden>


set (gca, 'xticklabel', sprintf ('%#3.9g |', get (gca, 'xtick')))
set (gca, 'yticklabel', sprintf ('%#3.9g |', get (gca, 'ytick')))

I keep seeing solutions like these (set(gca,....)) in plotting, but have never come across it in documentation. Is there a reference somewhere?

Marius


It's in section 15.2, subsections 15.2.1 (Graphics Objects::) and 15.2 (Graphics Object Properties::) of the manual shipped with Octave.
c.


reply via email to

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