7 Oct
2017
7 Oct
'17
12:44 p.m.
On Sat, 7 Oct 2017, Aditya Mahajan wrote:
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).
I use tikz/pgfplots extensively and started wondering why I don't see this error. Then I realized that I use a modified definition of starttikzpicture in my code: \define\starttikzpicture {\hbox\bgroup\forcecolorhack\tikzpicture} \define\stoptikzpicture {\endtikzpicture\egroup} With this definition, you code works correctly. Aditya