help-octave
[Top][All Lists]
Advanced

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

Re: Plotting directly to a file


From: Etienne Grossmann
Subject: Re: Plotting directly to a file
Date: Wed, 16 Aug 2006 08:08:36 -0400
User-agent: Mutt/1.4.2.1i

  Hello,

do you mean, something like this?

    x = linspace (-5,5,100); y = sin (x);
    __gnuplot_set__ output "foo.eps"
    __gnuplot_set__ terminal postscript eps enhanced color
    plot (x,y);
    system ("gv foo.eps")

  Hth,

  Etienne

On Wed, Aug 16, 2006 at 01:44:36PM +0200, Graupner, Achim Dr. wrote:
# Hi all,
# 
# I want to generate a couple of plots in a file for each plot. I currently do 
so 
# by using plot and print afterwards. This method however takes plenty of time. 
As 
# I am interested in the files only I wonder whether it is possible send the 
plot 
# directly to file without displaying it.
# 
# Any help is greatly appreciated.
# 
# Regards,
# achim
# 

# _______________________________________________
# Help-octave mailing list
# address@hidden
# https://www.cae.wisc.edu/mailman/listinfo/help-octave


-- 
Etienne Grossmann ------ http://www.cs.uky.edu/~etienne


reply via email to

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