Hi, did anyone succeed in using pgfplots within a CLD document?

While context.starttikzpicture() … context.stoptikzpicture() seems to work, everything inbetween is just output but not executed.

So I guess,

context.starttikzpicture()
context.startaxis{title="bla", xlabel="mm", ylabel="min"}
context.addplot(…)
context.stopaxis()
context.stoptikzpicture()

… is not the right way?

Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to