Re: Bug with ListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg86477] Re: Bug with ListPlot
- From: ucervan at gmail.com
- Date: Wed, 12 Mar 2008 00:12:50 -0500 (EST)
- References: <fr5e7o$ocn$1@smc.vnet.net>
Use:
ListLinePlot[list, Mesh -> True,
Filling -> {1 -> {{2}, {Red, Brown}}}, PlotStyle -> {Red, Green}]
or
ListPlot[list, Mesh -> True, Filling -> {1 -> {{2}, {Red, Brown}}},
PlotStyle -> {Red, Green}, Joined -> True]
this will show where the extra lines come from.
I agree these lines should not be drawn. The default value for Mesh-
>None (or MeshFunctions->{}) will as well avoid this problem.
Ulises Cervantes
WRI