MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Plotting stacked lineplots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122542] Re: Plotting stacked lineplots
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Mon, 31 Oct 2011 06:52:45 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201110300923.EAA15375@smc.vnet.net>

(data = RandomInteger[{3, 20}, {5, 20}]) // Grid

ListLinePlot[Accumulate[data], Filling -> True]


Bob Hanlon


On Sun, Oct 30, 2011 at 5:23 AM, Deep <deepankar.sharma at gmail.com> wrote:
> Is it possible to use mathematica to plot stacked lineplots as shown
> at http://www-958.ibm.com/software/data/cognos/manyeyes/page/Stack_Graph_for_Categories.html
> ?
>
> Regards,
> Deepankar
>



  • Prev by Date: Re: calculating points
  • Next by Date: plotting cdf of a piece-wise continuous distribution
  • Previous by thread: Plotting stacked lineplots
  • Next by thread: Re: Plotting stacked lineplots