我无法从此 .csv 文件创建表面图。我收到以下错误消息:
Package pgfplots Error: An internal error occured during z buffer reorderingsto be wrong, you might want to provide rows and cols manually.. \end{tikzpicture}
正在输出一个不错的图...但老实说,我对错误消息感到困惑。有没有办法创建表面图而不必提供 mesh/rows=26 信息?我感觉这就是导致问题的原因,尽管我不确定为什么...也可能是我的 csv 文件。有人知道可能出了什么问题吗?下面是 MWE 和 csv 文件。
\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}[colormap/viridis]
\addplot3 [surf, shader=interp,mesh/rows=26, mesh/check=false] table[col sep=comma] {Figures/Data/Qualitative/testinho5.csv};
\end{axis}
\end{tikzpicture}
\end{document}
这里是.csv 文件。