On 8/22/2021 3:42 PM, Gavin wrote:
On Aug 22, 2021, at 7:20 AM, Hans Hagen via ntg-context <ntg-context@ntg.nl> 
wrote:

On 8/22/2021 2:25 PM, Gavin via ntg-context wrote:
Hi Mojca,
(I mistakenly sent this only to Mojca. I’m sending again to the group.)
Is there anything I can do to aid in getting this fixed in the distribution?

Can you please try updating and checking again (at least with the
"legacy installer", I'm not sure how Hans handles the modules for
lmtx)?
I just installed again and now pgfplots doesn’t work at all. Before it didn’t 
work just for polar plots. The new error is
you haven't post the tex code that fails so no one can check it

Hans

usemodule[tikz]
\usemodule[pgfplots]
\usetikzlibrary[pgfplots.polar]

\startTEXpage
   \starttikzpicture
     \startpolaraxis
       \addplot coordinates {(0,1) (90,1)
         (180,1) (270,1)};
     \stoppolaraxis
   \stoptikzpicture
\stopTEXpage
even when you say

\def\begin#1{\csname begin#1\endcsname}

to get around the first hurdle it fails because \addplot is not defined

i can't grep it in the tikz module tree either but there are files with 'plot' in it, so maybe you need to install more or maybe the commands / interfaces changed

(if it keeps failing on you, you can always try to use metapost instead)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to