help-octave
[Top][All Lists]
Advanced

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

Re: tikz terminal


From: Ben Abbott
Subject: Re: tikz terminal
Date: Sun, 17 Jan 2010 20:34:19 -0500

On Jan 17, 2010, at 4:58 PM, Dingwen Yuan wrote:

> Hi,
> 
> I am using octave version 3.2.2 on ubuntu 9.10. I want to you whether
> it's possible to save an octave plot (I know the backend for plotting
> is gnuplot) into tikz scripts.
> 
> regards,
> 
> Dingwen

I haven't tested this using LaTeX, but ...

        figure (1)
        clf
        surf (peaks)
        drawnow ('tikz', 'plot.tikz', false, 'gnuplot.gp') 

... will produce a "plot.tikz" file. I don't have a copy of 3.2.2 available to 
try, but even though 3.0.5 throws a gnuplot error, the file is produced.

Please do report back if this works for you.

Ben



reply via email to

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