tikzpicture
我绘制了一个图,并在图的顶部添加了两个 png 文件。我使用
\node at (400,90) {\includegraphics[width=4cm]{figures/time_series/texas.png}};
当它\pgfplotsset{compat=1.3}
完全按照我喜欢的方式工作,但现在我尝试清理/重构我的代码以使其保持最新状态时,我意识到它不起作用。这意味着当我这样做时\pgfplotsset{compat=newest}
,我不要出现错误,但两个 png 图像消失了。我只看到图本身。
有人知道为什么\includegraphics
停止运作吗?
注意:我使用 TeXLive 2022,因此我的 pgf 版本是 3.1.9a newest
。