help-octave
[Top][All Lists]
Advanced

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

Plot octave


From: Marize Simões
Subject: Plot octave
Date: Thu, 25 Feb 2010 01:01:04 -0300 (Hora oficial do Brasil)

Hi user's
 
I need help.....
 
My code in version 2.9 of octave it's ok. However, when I was to twirl recently in version 3.0 I had problems.
The error message is
 
Msg Error
 
###################################
 
Plot Signal Original
maximum =  10
minimum = -8
mid =  0.29773
ticstr = ytics ("  -8"   -8, "   0"    0, "  10"   10)
t = x2label 'Gaussiano'
warning: __gnuplot_splot__: this function is obsolete and will be removed from a future version of Octave
 
multiplot> pl [0: 1] [ 1: 1000] '/tmp/oct-inkIbv' t "line 1" w lines - 1
                                                                     ^
           line 0: ';' expected
 
display: Postscript delegate failed `outFileGnuplot.png': No such file or directory.
sca = label 'Energy scale: 4.4E-01' at -0.4,800
 
 
 

Original Code
#########################################
 
__gnuplot_set__ ("terminal postscript color enhanced")
__gnuplot_set__ ("output 'outFileGnuplot.png'")
 
__gnuplot_set__ multiplot
__gnuplot_set__("size 0.28,0.598")
__gnuplot_set__("origin 0.0,0.175")
__gnuplot_set__('ytics ("1E+0" 1, "1E+1" 10, "1E+2" 100, "1E+3" 1000)')
__gnuplot_set__("key out right top ")
#xtics
xticstrspectrum=sprintf("xtics 0,0.5,1")
__gnuplot_set__ (xticstrspectrum)
__gnuplot_set__("logscale y");
__gnuplot_set__ y2range [1:1e3]
__gnuplot_set__ ("logscale y2")
__gnuplot_set__ y2tics
__gnuplot_raw__("unset y2tics\n")
__gnuplot_set__("ylabel 'k'")
__gnuplot_set__("xlabel 'Energy'")
 
__gnuplot_plot__ [:][1:1e3] spectrum using 2:1 t "F" with line 1, spectrumwavelet using 2:1 t "W" with points 1 3
 
  Somebody help please!
 
 
Att.
Marize Simões

 
Animacoes GRATUITAS para seu e-mail – do IncrediMail! Clique aqui!

reply via email to

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