有人可以幫助解決此類問題嗎?
\addplot [only marks, mark=o] table[x index=0,y index=1,col sep=comma] {data.dat};
工作得很好,但是
\addplot [only marks, mark=bullet] table[x index=0,y index=1,col sep=comma]
沒有顯示任何標記。我將不勝感激任何幫助。
答案1
標記“項目符號”未在 中定義pgfplots
。可用標記在第 176 頁的 4.7.2 標記小節中列出\pgfdeclareplotmark
。
姓名子彈提醒我\bullet
數學環境中使用的符號。與之類似的是標記*
。