help-octave
[Top][All Lists]
Advanced

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

Re: Export Plot as EMF


From: David Bateman
Subject: Re: Export Plot as EMF
Date: Mon, 08 May 2006 14:46:47 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

John Hedengren wrote:
I recently upgraded to 2.9.5 from 2.9.4. The functions that I use to export plots, particularly EMF, JPG, and EPS are now gone (I received warning messages before that they would be removed in a future version).

gset term postscript eps color
gset output "name.eps"
replot

gset term emf
gset output "name.emf"
replot

My keyword searches aren't coming up with any functions that replace the export of plots created with the plot(). I know there are other plotting packages that I can use, such as GRACE, that may have this functionality but I would prefer to deal with Octave's native plotting functions.


_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave
They were finally deleted after a year of warnings and the alternatives

__gnuplot_plot__    __gnuplot_replot__  __gnuplot_show__
__gnuplot_raw__     __gnuplot_set__     __gnuplot_splot__

being available, to allow the matlab compatible gplot to be committed..

D.


reply via email to

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