Re: turn off symbols in MultipleListPlot?
- To: mathgroup at smc.vnet.net
- Subject: [mg2542] Re: turn off symbols in MultipleListPlot?
- From: schulman at madmax.hrl.hac.com
- Date: Fri, 17 Nov 1995 00:20:32 -0500
- Organization: Hughes Electronics
|>You can control the symbols drawn at each point with the SymbolShape |>option. Setting SymbolShape to None for each line will do what I think |>you want. |> |> |>In[24]:= |> Needs[ "Graphics`MultipleListPlot`"] |> |>In[25]:= |> ls1 = Table[ {x, Sin[x]},{x, 0, 10, .5}]; |> |>In[26]:= |> ls2 = Table[ {x, Cos[x]},{x, 0, 10, .5}]; |> |>In[27]:= |> MultipleListPlot[ ls1, ls2 , |> SymbolShape -> {None, None}, |> PlotJoined -> True, |> LineStyles ->{Dashing[{0.05}],Dashing[{0.02}]}] Ian: I cut and pasted your suggestion, but it did not eliminate the symbols. There was no difference at all with or without the "SymbolShape -> {None, None}" line. Also, I got the error message: Graphics::gprim: Unknown Graphics primitive 0.05 encountered. Graphics::gprim: Unknown Graphics primitive 0.02 encountered. This is for mma2.2 on the DecAlpha OSF/1 with X-front end and the same thing happens also on a Mac, again version 2.2.