PlotMarkers
Verfügbar
Option for specifying markers on plot points
PlotMarkers
ListPlot[{{1, 2, 3, 5, 8}, {2, 3, 6, 9, 10}, {4, 5, 7, 10, 12}}, PlotMarkers -> Automatic]
→ -Graphics-ListPlot[{{1, 2, 3, 5, 8}, {2, 3, 6, 9, 10}, {4, 5, 7, 10, 12}}, PlotMarkers -> "OpenMarkers"]
→ -Graphics-ListPlot[{{1, 2, 3, 5, 8}, {2, 3, 6, 9, 10}, {4, 5, 7, 10, 12}}, PlotMarkers -> {"α", "β", "γ"}]
→ -Graphics- Alle 6300 Funktionen ·
Dies aus einem MCP-Client verwenden