TikZ: Labels in den Fordergrund Vordergrund setzen
[![alt text][1]][1]
Gibt es eigentlich eine simple Einstellung, dass das Label nicht von anderem übermalt wird?
*Ich habe bisher immer alles neu gesetzt, aber frage mich, ob es eleganter geht.*
**Beispiel:**
\documentclass[tikz, margin=5pt]{standalone}
\begin{document}
\begin{tikzpicture}[scale=3,transform shape]
\coordinate[label=M] (M) at (0,0);
\fill[yellow] (-2mm,-2mm) rectangle (2mm,2mm);
\end{tikzpicture}
\end{document}
[1]: https://texwelt.de/wissen/upfiles/55555555_323.png