Quoting Mojca Miklavec (2012-11-21 12:10:37)
[..]
> t-tikz in distribution uses the master from git repository on
> sourceforge (even though I'm not exactly sure how frequently it
> updates). In any case, looking at the current state, I see the lua
> file is already inside "tex", not inside "scripts", so Aditya's
> comment to wait for the released patch should no longer hold. If the
> problem persists, it might be a different bug (I didn't test
> anything).

I reproduced it with a brand new clone of minimals.
The fix for the last bug is indeed already there.

You can test it with the following MWE:

  \usemodule [pgfplots]

  \starttext
    \starttikzpicture
      \startaxis
        \addplot coordinates {
          (0, 0)
        };
      \stopaxis
    \stoptikzpicture
  \stoptext

If this is indeed a bug in pgfplots and not my setup I'll report it
upstream.

(My system is an up-to-date Archlinux 64bit)

Regards,
Thomas

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to