I want to plot only symbols in an xy graph, with no lines. I've tried setting LineThickness to 0 or -1 - has no effect - or setting the LineStyle to zero - everything disappears including the symbols (and setting to -1 freezes the program!) What am I missing?
1 Answer
0
accepted
Use plotScatter instead of plotXY. plotScatter will plot only symbols.
Your Answer
1 Answer
0
accepted
Use plotScatter instead of plotXY. plotScatter will plot only symbols.