"Mojca Miklavec"
On Wed, Apr 16, 2008 at 5:18 PM, John Devereux wrote:
"Mojca Miklavec" writes:
However I have been using context for years, and may well have messed something up! It seems to work OK with my "normal" documents. Except I notice \usemodule[gnuplot] does not work.
What exactly goes wrong?
I have got this working now too. The problems were:
- the syntax seems to have changed since I originally used it. Used to be \startGNUPLOTgraphic now needs to be \startGNUPLOTscript
- I missed the bit on the wiki about enabling write18
- I was misled by some examples (in the source code) into thinking that parameters go in curly brackets, but this does not work for me (and fails silently).
So in the source code you have
\startGNUPLOTscript{sin} plot sin(x) \stopGNUPLOTscript \useGNUPLOTgraphic{sin}
but I needed
\startGNUPLOTscript[sin] plot sin(x) \stopGNUPLOTscript \useGNUPLOTgraphic[sin]
to make it work.
I'm sorry about that. Yes, the syntax change is my fault, but it won't happen again. If I wanted to support \useGNUPLOTgraphic[sin][1,3][width=.7\textwidth] and alike, the curly braces didn't fit in so nicely.
Yes it's fine, the square brackets are better.
The module has initially been part of ConTeXt (Hans has written most of it at the beginning), but it was easier to develop it as a module once I started writing metapost code for the dedicated terminal etc.
I have removed the faulty examples a few days ago (just didn't upload the new version yet). I was trying to write code in such a way that curly braces would work as well for backward compatibility, but failed to do so (the code is there, but only half of it works). However, all of these changes have happened rather early in the process and won't happen again.
Moreover, it would be nice to get the TikZ terminal working with ConTeXt (I need to find some time for it, and then finally convince the gnuplot developers to include it into the binary).
I really like gnuplot and the gnuplot module. It is great to be able to include the data inline with the document. And it would be nice to see it part of the distribution. I am using a stock debian gnuplot, so I don't know the implications of the context and TikZ terminals. Does it mean I would not end up with so many *-gnuplot-* files? :) -- John Devereux