help-octave
[Top][All Lists]
Advanced

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

Re: octave plotting vs. gnuplot plotting


From: Muhali
Subject: Re: octave plotting vs. gnuplot plotting
Date: Tue, 26 Jul 2011 16:25:59 -0700 (PDT)

For gnuplot I do

gnuplot> set title "What ?" font "Linux Biolinum"
gnuplot> plot sin(x)

For octave I do

octave:1> plot(0)
octave:2> text(1, 0, "What?", "fontname", "Linux Biolinum") ;

M.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/octave-plotting-vs-gnuplot-plotting-tp3697226p3697273.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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