help-octave
[Top][All Lists]
Advanced

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

Using data values as custom tic lebels


From: lukshuntim
Subject: Using data values as custom tic lebels
Date: Fri, 13 Apr 2012 20:06:26 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Hi,

Let's say I have an x-y of plot like this:

x=[1.3, 2, 7.5];
y=[0, 6.1, 3.0];
plot (x, y);

and I would to have the data values of x and y as tic labels on the
respective axes. I can think of turning the axis labels off and using
the text() command but that would be cumbersome. Is there any better way
to do that?

Regards,
ST
-- 


reply via email to

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