|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Insert collapsible sections in mathematica 6 tia sal2
Next by Date:
Re: Error in Interpolation of multi-d datas
Previous by thread:
Bug with ListPlot
Next by thread:
Convert to Expression
|