Re: RasterGraphics[]
- To: mathgroup at smc.vnet.net
- Subject: [mg60034] Re: RasterGraphics[]
- From: Patrick Flaherty <Patrick_member at newsguy.com>
- Date: Mon, 29 Aug 2005 01:38:39 -0400 (EDT)
- References: <derobv$s8b$1@smc.vnet.net> <detuv5$cbb$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Duh (resizing the graphic question in my previous message). Click on the object and the pull its anchors in a variety of directions and of course it resizes. De la betise de ma part. pat In article <detuv5$cbb$1 at smc.vnet.net>, Jean-Marc Gulliet says... > >Patrick Flaherty 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\Graphics\RasterGraphics.mx >> >> I think I need to do a GET or something on this, but haven't quite figured it >> out yet. >> >> pat >> >(* Additions to my previous message. *) > >The *RasterGraphics* command/package you try to use is NOT the same >*RasterGraphics* command that was developed by Eric W. Weisstein: >originally it was located within the CellularAutomata.m package, then >the function was moved to the package Plot.m, finally, as of 03.15.2005, > it was replaced by the standard Mathematica function *ArrayPlot* (all >of this from the version history of the package CellularAutomata.m). > >Therefore, for you own explorations, you should also use *ArrayPlot*. > >Hope this helps, >/J.M. >