MathGroup Archive 2005

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

Search the Archive

Re: RasterGraphics[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60020] Re: [mg60009] RasterGraphics[]
  • From: "benshimo at bgumail.bgu.ac.il" <bsyehuda at gmail.com>
  • Date: Sun, 28 Aug 2005 23:14:32 -0400 (EDT)
  • References: <200508280707.DAA28819@smc.vnet.net>
  • Reply-to: benshimo at bgumail.bgu.ac.il
  • Sender: owner-wri-mathgroup at wolfram.com

Hi pat,
Since version 5.1 there is ArrayPlot that will solve ALL your problems
regarding list-plotting of arrays. This function is specially designed for
CellularAutomaton[] output,
so all you need is (for 30 steps, singular initial condition, and showing
all space and time steps)

ArrayPlot[CellularAutomaton[110,{{1},0},30,{All,All}]]
good luck

yehuda

On 8/28/05, Patrick Flaherty <Patrick_member at newsguy.com> wrote:
>
> Hi,
>
> New to Mathematica. Version 5.2.
>
> Trying to execute:
>
> Show[RasterGraphics[ElementaryCellularAutomaton[110, 500]]] // Timing
>
> as part of the Rule 110 Cellular Automata stuff (I _have_ figured out how
> to
> download the initialization stuff from
> http://www.mathworld.wolfram.com/packages).
>
> 'RasterGraphics' above fails saying 'RasterGraphics is not a type of
> graphics'.
>
> When in fact I see the following file:
>
> C:\Program Files\Wolfram
>
> Research\Mathematica\5.2\SystemFiles\Kernel\SystemResources\Windows\Graphcs\RasterGraphics.mx
>
> I think I need to do a GET or something on this, but haven't quite figured
> it
> out yet.
>
> pat
>
>


  • References:
  • Prev by Date: Re: RasterGraphics[]
  • Next by Date: Re: RasterGraphics[]
  • Previous by thread: RasterGraphics[]
  • Next by thread: Re: RasterGraphics[]