help-octave
[Top][All Lists]
Advanced

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

Re: Octave Gnuplot export as LaTeX file


From: Ben Abbott
Subject: Re: Octave Gnuplot export as LaTeX file
Date: Sat, 24 May 2014 20:15:49 -0400

On May 24, 2014, at 7:29 PM, Hannibal Smith <address@hidden> wrote:

> Dear Community
> 
> I am a LaTeX-user and I know how to make graphs with gnuplot in LaTex with 
> the usepackage "tikz". But I it would be so much easier to make plots in 
> Octave and export it as LaTeX code so I can use it in LaTeX.
> 
> Thank you very much in advance.
> 
> Regards,
> hannapsta

Assuming you have a recent version of Octave, the "tikz" device will provide 
tikz output when using gnuplot.

        plot (rand (3))
        print -dtikz test.tikz

Ben




reply via email to

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