Hans, great! I love the design (including the fact that one graphic
can be reused with multiple "terminals").
Just a few comments:
replace
\immediate\write\scratchwrite{set terminal "\@@GNUPLOTmethod"}%
with
\immediate\write\scratchwrite{set terminal \@@GNUPLOToutput}%
(No quotes and
Mojca Miklavec wrote:
I experience exactly the same problem here both under Windows and
Linux. ^M should be replaced by some "newline". If I do that manually,
the module works perfectly.
i hate locales
A bit weird request (and not urgent at all since there are other ways
to solve this): co
Wow! Thank you a lot for this one, Hans!
(And to Peter as well!)
Hans Hagen wrote:
> Tobias Burnus wrote:
>
> > Hi,
> >
> > Hans Hagen wrote:
> >
> >> see attached file for usage
> >> %D [ file=m-gnuplot,
> >>
> >
> >
> > This does not work here, the produced .gpd file looks like:
> >
Tobias Burnus wrote:
Hi,
Hans Hagen wrote:
see attached file for usage
%D [ file=m-gnuplot,
This does not work here, the produced .gpd file looks like:
---
^Mset title "trigonometry"^Mset terminal postscript
set output "gpl-gnuplot-1.ps"
^Mplot sin(x)
end
---
Hi,
Hans Hagen wrote:
see attached file for usage
%D [ file=m-gnuplot,
This does not work here, the produced .gpd file looks like:
---
^Mset title "trigonometry"^Mset terminal postscript
set output "gpl-gnuplot-1.ps"
^Mplot sin(x)
end
---
^M s
see attached file for usage
Hans
%D \module
%D [ file=m-gnuplot,
%Dversion=2006.01.04,
%D title=\CONTEXT\ Extra Modules,
%D subtitle=\GNUPLOT\ Inclusion,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright=\PRAGMA]
%C
%C This module is pa