Diego Villuendas Pellicero wrote:
> Hi,
>
> I want to create a .bat with the next feature:
>
> open the wgnuplot.exe
> set the terminal to latex
>
> and I don't find the way to do it.
A .bat file is only marginally helpful with this. What you mostly need
is a plot script file containing the line 'set terminal latex'. Then
you can run wgnuplot through whichever means you like, including a batch
file, like this:
wgnuplot /noend set_to_latex.gpl
A caveat, though: 'latex' is almost certainly not the optimal choice of
terminal, nor is it particularly likely that pre-setting wgnuplot to
some terminal driver is really helpful. But if you insist, you may want
to check out the environment variables, especially GNUPLOT, and the
GNUPLOT.INI file it points to.
|