|
From: M. O. <orb...@ya...> - 2007-12-11 18:01:54
|
I have to load a picture with gnuplot and not to generate it.
>Maurizio Orbisaglia
Richard Henwood wrote:
>
> Maurizio Orbisaglia wrote:
>
>> I'm using gnuplot and I have read the tutorial for Latex.
>> Can I load a picture with gnuplot and tranform it to use with Latex?
>> If Yes How can I do?
>> Tank's
>>
>>
>
> You might want to have a look at the 'epslatex' terminal type; I use is
> all
> the time, as follows:
>
> I first generate my plot with gnuplot.
>
> gnuplot> set term epslatex
> gnuplot> set output 'myFigure.tex'
> gnuplot> plot x
> gnuplot> set output
>
> this creates two files: myFigure.eps and myFigure.tex which is a latex
> file
> containing annotation and includes myFigure.eps so it lines up with the
> annotation.
>
> Then, within my latex document: repot.tex:
>
> \begin{figure}
> \begin{center}
> \scalebox{1.0}{\input{myFigure.tex}}
> \end{center}
> \end{figure}
>
> r,
>
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Gnuplot-info mailing list
> Gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
>
--
View this message in context: http://www.nabble.com/picture-tp14256105p14279626.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|