help-octave
[Top][All Lists]
Advanced

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

Re: output EPS (use quotes)


From: etienne
Subject: Re: output EPS (use quotes)
Date: Fri, 18 May 2007 21:11:20 -0700 (PDT)
User-agent: SquirrelMail/1.4.9a

   Hi,

On Fri, May 18, 2007 04:35, rizesimoes wrote:
# Hi,
#
# I need plot in EPS, but the print be with error the output  in number and 
don't have my plot in figure EPS
#
# Don't have message de error, but the error be in this part of the code.
#
# outFileGnuplot = sprintf("output %s", outFile);

you forgot that Gnuplot wants quotes around the filename. Try

  outFileGnuplot = sprintf("output '%s'", outFile);

  Hth,

  Etienne

# __gnuplot_set__ ("terminal postscript color enhanced")
# __gnuplot_set__ (outFileGnuplot);
#
# The program don't recognize my variable outFileGnuplot.
#
# How can I to correct this?
#
# Marize Simoes
#
#
# _______________________________________________
# Help-octave mailing list
# address@hidden
# https://www.cae.wisc.edu/mailman/listinfo/help-octave
#


-- 
http://www.isr.ist.utl.pt/~etienne



reply via email to

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