Re: List plot with + possible?
- To: mathgroup at smc.vnet.net
- Subject: [mg7546] Re: List plot with + possible?
- From: Sudeep Kumar Palat <Sudeep.Palat at item.ntnu.no>
- Date: Fri, 13 Jun 1997 19:37:39 -0400 (EDT)
- Organization: Norwegian University of Science and Technology
- Sender: owner-wri-mathgroup at wolfram.com
>>>>> "SR" == Sergio Rojas <sergio at scisun.sci.ccny.cuny.edu> writes: SR> In article <5nfqha$5sb at smc.vnet.net> you wrote: : Can one use a '+' or an 'x' instead of points for a ListPlot? SR> Needs["Graphics`MultipleListPlot`"] SR> set1 = Table[{i,2*i},{i,0,10}] set2 = Table[{i,5*i},{i,0,10}] SR> MultipleListPlot[set1, set2] Thanks. That was what I was looking for. If Wolfram had mentioned the add-on package in The Mathematica Book it would have helped newbies like me a lot. While at it, I found the add-on for labels too. Cool! sudeep