[NTG-context] pgfplots module wrecks in latest
Aditya Mahajan
adityam at umich.edu
Mon Jan 16 03:21:01 CET 2023
On Fri, 30 Dec 2022, Hans Hagen via ntg-context wrote:
> On 12/30/2022 12:40 AM, Gavin via ntg-context wrote:
> > Hi List,
> >
> > The TikZ related module âpgfplotsâ is causing a fatal error in the latest
> > ConTeXt. Here is a MWE:
> >
> >
> > \usemodule[tikz]
> > \usemodule[pgfplots] % PGFPlots module for graphs
> >
> > \starttext
> >
> > \starttikzpicture
> > \draw (0, 0) circle (3cm);
> > \stoptikzpicture
> >
> > \stoptext
> >
> >
> > Without loading the pgfplots module, this draws a circle. With the
> > \usemodule[pgfplots] line, this has the error below before doing anything.
> >
> > I donât know when this started happening, because I donât use pgfplots
> > often, but it was probably in the last couple months.
> >
> > Thanks for all the great updates!
> these extra modules have bad loaders ... i'll send you better ones to test
pgfplots still appears to be broken in LMTX:
\usemodule[pgfplots]
\starttext
Hello
\stoptext
gives
tex error > tex error on line 521 in file pgfplots.code.tex: Use of \pgfplots at command@to at string@@ doesn't match its definition
<inserted text>
m
acro:colormap
<argument>
\pgfplots at colormap@catcodemagic
<macro> \pgfplots at command@to at string
#1#2->\expandafter \pgfplots at command@to at string@@ \meaning #1
\pgfplots at EOI {#2}
<line 6.521>
\pgfplots at command@to at string\pgfplots at colormap@catcodemagic\pgfplots at colormap@catcodemagic
<empty file>
@Hans, could you please send me the new loaders as well and I can test them.
Thanks,
Aditya
More information about the ntg-context
mailing list