| Author |
Comment/Response |
Daniele Barducci
|
08/06/12 04:11am
Hi all,
I've got 5 lists that I'm plotting with the command
ListPlot[{List1,List2,...,List5}].
More precisely the command I'm using is
ListPlot[{list1,list2,list3,list4,list5},
PlotStyle -> {Directive[Purple, PointSize[0.009]],
Directive[Red, PointSize[0.012]],
Directive[Green, PointSize[0.012]],
Directive[Cyan, PointSize[0.012]],
Directive[Magenta, PointSize[0.012]]},
FrameStyle -> Directive[Black, 13]]
In this way I manage to have different colours for the various list, but I would like also to have different shapes of the points (circle, square, triangole... etc etc)
Is this possible?
Thank you all
Daniele
URL: , |
|