当我尝试从 tikzipicture 获取 png 时收到以下错误消息。
这是我的代码简化代码(没有实际数据)
\documentclass[convert]{standalone}
\usepackage{pgfplots}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{pgfplotstable}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel=Number of doctors, % label x axis
ylabel=Number of MPA, % label y axis
axis lines=left, %set the position of the axes
legend style={at={(1,1)},anchor=north east},
]
\end{axis}
\end{tikzpicture}
\end{document}
谢谢你的帮助!!