[Pgfplots-features] Problem with reusing legend names?
Brought to you by:
cfeuersaenger,
ludewich
|
From: Florian L. <mai...@xg...> - 2019-02-28 12:11:27
|
Hello,
when I use a separated legend, I always do it like that:
\begin{figure}
\centering
\begin{tikzpicture}
\begin{axis}[
legend to name=leg:foo]
[...]
\end{axis}
\end{tikzpicture}
\ref{leg:foo}
\end{figure}
I never use \ref{leg:foo} outside of the same figure it was created. In this case, is it a problem to reuse the same name, e.g., leg:foo for every plot?
Best Thanks,
Florian
|