| Author |
Comment/Response |
Frederik Rast
|
02/23/06 08:04am
Can I include more the 2 lists in TwoAxisListPlot?
eks
In[]:=
TwoAxisListPlot[list, list2, {0, 200}, {0, 400},
SymbolShape -> {PlotSymbol[None], PlotSymbol[None]},
PlotJoined -> {True, True},
PlotStyle -> {{RGBColor[1, 0, 0], Thickness[0.007]}, {RGBColor[0, 0, 1],
Thickness[0.007]}}, ImageSize -> {500, 300}]
where list and list2 is a list of (x,y) data pairs. I would like to include a list3 and list4.
Thanks in advance.
Best regards
Fredeirk
URL: , |
|