Re: Notebook
- To: mathgroup at smc.vnet.net
- Subject: [mg105632] Re: [mg105606] Notebook
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 12 Dec 2009 06:56:31 -0500 (EST)
- Reply-to: hanlonr at cox.net
Works on my system. Have you tried it? $Version 7.0 for Mac OS X x86 (64-bit) (February 19, 2009) red1 = GraphicsGrid[{ {}, {"", Graphics[Disk[], ImageSize -> 10], ""}, {}}, Frame -> True, Spacings -> 3, Background -> Red]; red1 Row[{red1, red1, red1}] Bob Hanlon ---- John <jwa0 at lehigh.edu> wrote: ============= Mathematica 6, Windows XP The graphic red1 is a red die with the one spot up. red1 = GraphicsGrid[{{"", "", ""}, {"", Graphics[Disk[], ImageSize -> 10], ""}, {"", "", ""}}, Frame -> True, Spacings -> {3, 3}, Background -> Red] Retyping the right-hand-side of the equality when I want to display red1 in my notebook is a nuisance. Is it possible to type the above three lines once and thereafter type red1 when the display of red1 is needed? John