I am using a lot of (externally generated) tikzfigures in a document. They have a structure such as the example shown in this question.
I read in this question how to set the comma as decimal separator inside a single tikzfigure. How can I automatically set the comma as decimal separator in all the tikzfigures contained in my document?
Note that I am also using the icomma package to use the comma as decimal separator in LaTeX code.
\pgfplotssetand\tikzsetrespectively? – TeXnician Aug 13 '17 at 18:00\pgfkeys{/pgf/number format/.cd,use comma}help? Or is it related to Global definition of pgfplots axes style conflicts with colorbar? – Bobyandbob Nov 13 '17 at 22:12