On Aug 22, 2021, at 7:20 AM, Hans Hagen via ntg-context
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