Marker Symbol 'I' in plot
Ältere Kommentare anzeigen
I would like to use '|' the vertical line as a marker symbol. It is also listed as a marker symbol here: https://www.mathworks.com/help/matlab/creating_plots/create-line-plot-with-markers.html However when I tried to use it, I got this error message:
Error setting property 'Marker' of class 'Line':
'|' is not a valid value. Use one of these values: '+' | 'o' | '*' | '.' | 'x' | 'square' | 'diamond' | 'v' | '^' | '>' | '<' | 'pentagram' | 'hexagram'
| 'none'.
Is it possibe to use '|' as a marker symbol and if yes, how do I do that?
Akzeptierte Antwort
Weitere Antworten (1)
Sean de Wolski
am 6 Nov. 2020
Bearbeitet: Walter Roberson
am 6 Nov. 2020
2 Stimmen
1 Kommentar
Arijana Bohr
am 6 Nov. 2020
Kategorien
Mehr zu Line Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
