help-octave
[Top][All Lists]
Advanced

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

Re: Text labels on plot axis?


From: Thorsten Meyer
Subject: Re: Text labels on plot axis?
Date: Fri, 16 Mar 2007 19:16:04 +0100
User-agent: Icedove 1.5.0.9 (X11/20061220)

Hi,

in gnuplot, you would use
  set xtics ("apples" 1, "pears" 2, "tomato" 3)

with gnuplot_set you can do the same in octave:
  __gnuplot_set__('xtics ("apples" 1, "pears" 2, "tomatoes" 3)')
  plot([1, 2, 3], [10 20 5]);


regards

Thorsten Meyer




reply via email to

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