MathGroup Archive 2009

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

Search the Archive

Re: DiscretePlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg96891] Re: DiscretePlot
  • From: Raffy <raffy at mac.com>
  • Date: Thu, 26 Feb 2009 08:02:17 -0500 (EST)
  • References: <gnq6qd$868$1@smc.vnet.net> <go31no$ffi$1@smc.vnet.net>

Additionally, you could use ListPlot @ Table[ s[k], {k,1,150} ] or
ListPlot @ Array[s,150].

Also, ListPlot @ Accumulate @ Array[a, 150] if speed is ever an issue.


  • Prev by Date: Re: Transparent background with PNG
  • Next by Date: how to specify sheet names in xls export?
  • Previous by thread: Re: DiscretePlot
  • Next by thread: Re: DiscretePlot