| Author |
Comment/Response |
Forum Moderator
email me
 |
02/26/97 12:04pm
Reply to message #135 from Ian Clark: > I'm wondering if I can change the default > dots to squares, triangles, open circles, > etc.. in a ListPlot. I would like to > have three or more sets of data on the > same final plot and need to be able > to tell them apart. > > If I can use different symbols, is there > a way to add a legend with the symbols? Try using MultipleListPlot which has a standard set of symbols. In spite of its name, it will work with just one list. You must first load the package: Graphics`MultipleListPlot` Forum Moderator
URL: , |
|