On Sat, 7 Oct 2017, Fabrice Couvreur wrote:
Hi Hans Sorry to insist, but I need to correct this anomaly for my documents that I give to students. If I compile with Context Standalone, it does not work, but maybe I do not do what you are suggesting :
I can confirm that color leakage. It happens due to pgfplots (and not tikz). Here is the smallest example I could come up with that shows the color leakage (the text is also colored magenta). \usemodule[pgfplots] \setuphead [section] [color=magenta] \starttext \startsection[title={Test}] \startplacefigure[location={none,right}] \hbox{\starttikzpicture \startaxis [ xmax=3, xmin=-3, ymax=4, ymin=-5, ] \stopaxis \stoptikzpicture} \stopplacefigure \input knuth \stopsection \stoptext Aditya