如何从.csv 数据绘制三元热图?
我正在尝试使用 ternaryaxis 环境绘制三元热图。这应该绘制一个从 0 到 100 的三个因子的变量。我使用的代码如下: \documentclass{standalone} \usepackage{pgfplots} \pgfplotsset{compat=1.12} \usepgfplotslibrary{ternary} \begin{document} \small \begin{tikzpicture} \begin{ternaryaxis}[ axis on top, ...