Bug with ListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg86445] Bug with ListPlot
- From: ag <ashutoshgupta.umd at gmail.com>
- Date: Tue, 11 Mar 2008 03:01:14 -0500 (EST)
Try this one out: list = {{{0, 57}, {0.1`, 80}, {0.2`, 73}, {0.3`, 85}, {0.4`, 66}, {0.5`, 75}, {0.6`, 75}, {0.7`, 51}, {0.8`, 48}, {0.9`, 32}, {1.`, 52}}, {{0, 65}, {0.1`, 79}, {0.2`, 90}, {0.3`, 98}, {0.4`, 84}, {0.5`, 87}, {0.6`, 75}, {0.7`, 57}, {0.8`, 36}, {0.9`, 25}, {1.`, 33}}}; ListPlot[list, Mesh -> True, Filling -> {1 -> {{2}, {Red, Brown}}}] Ashutosh.