Re: ListLinePlot starting at x=0 rather than x=1
- To: mathgroup at smc.vnet.net
- Subject: [mg123607] Re: ListLinePlot starting at x=0 rather than x=1
- From: Scott Colwell <srcolwell at gmail.com>
- Date: Tue, 13 Dec 2011 05:39:51 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jc4pt0$cnj$1@smc.vnet.net>
- Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
Does this do what you want: ListLinePlot[Table[Accumulate[RandomReal[{-1, 1}, 25]], {3}], DataRange -> {0, 25}]