감동, 마음이 움직이는 것
[mathematica] PlotMarkers 본문
Tips (Utility, Computer Language, and etc.)
[mathematica] PlotMarkers
Struggler J. 2018. 2. 23. 18:58[ref]
http://reference.wolfram.com/language/ref/PlotMarkers.html
Use PlotMarkers option
ListPlot[{data1, data2, data3}, PlotMarkers -> Automatic]
Or
ListPlot[{data1, data2, data3}, PlotMarkers -> {"▲", "◆", "●"}]
Also, we can make a marker using "Graphics"
PlotMarkers -> Graphics[{Red, Thick, Circle[]},ImageSize->10]
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[mathematica] $Assumptions and parameter sets (0) | 2018.02.23 |
---|---|
[mathematica] Labeling Three‐Dimensional Graphics (AxesLabel) (0) | 2018.02.23 |
[mathematica] Importing data file in mathematica (0) | 2018.02.21 |
[LaTex] 수식 사이의 공백 조절하기 \\[10pt] (0) | 2018.01.29 |
[gnuplot] ylabel과 ytic사이 간격 조절하기 (offset) (1) | 2018.01.23 |