Hi guys
I have two lists of coordinates that I wish to plot using ListLinePlot. But when doing this, Mathematica somehow mixes the two plots up. Here is the code:
Show[ListLinePlot[{{1, 2}, {2, 3}, {3, 3.5}}, PlotStyle -> Green], ListLinePlot[{{1, 10}, {2, 11}, {3, 12}}, PlotStyle -> Blue]]]
You guys have any idea of what to do in this case?
Sincerely,
Niles.


LinkBack URL
About LinkBacks
