When plotting in Matlab it's useful to quickly pass a plot strong to a plotting function (plot, plot3, etc).
plot(x,y,'.r')plot3(x,y,z,'xb')plot(data,^g')are all acceptable symbol and color combinations
Symbols
Marker Specifier | Description |
---|---|
Plus sign |
|
Circle |
|
Asterisk |
|
Point |
|
Cross |
|
Square |
|
Diamond |
|
Upward-pointing triangle |
|
Downward-pointing triangle |
|
Right-pointing triangle |
|
Left-pointing triangle |
|
Five-pointed star (pentagram) |
|
Six-pointed star (hexagram) |
|
No marker (default) |
Colors:
RGB Value |
Short Name |
Long Name |
---|---|---|