Re: ItemSize and ImageSize->Full ,
- To: mathgroup at smc.vnet.net
- Subject: [mg105332] Re: [mg105312] ItemSize and ImageSize->Full ,
- From: Syd Geraghty <sydgeraghty at me.com>
- Date: Sat, 28 Nov 2009 01:07:07 -0500 (EST)
- References: <200911271130.GAA04518@smc.vnet.net>
Nasser, Your expression: Column[{Plot[Sin[x],{x,-Pi,Pi},ImageSize->Full]},ItemSize->20,Frame->All] give exactly what you expect on my system with nothing strange happening. Try a restart of Mathematica and see what happens. Cheers .... Syd Syd Geraghty B.Sc, M.Sc. sydgeraghty at mac.com Mathematica 7.0.1.0 for Mac OS X x86 (64 - bit) (12th September 2009) MacOS X V 10.6.1 Snow Leopard MacBook Pro 2.33 GHz Intel Core 2 Duo 2GB RAM On Nov 27, 2009, at 6:30 AM, Nasser M. Abbasi wrote: > Sound good. So based on the above, if I use ImageSize->Full I should get, > what I thought, the same output or may be close to what I had with > Scaled[1], but something very weird happens instead: > > (be careful when using this command below, you'll notice strange output, and > the scroll bar will no longer work) > > Column[{Plot[Sin[x], {x, -Pi, Pi}, ImageSize -> Full]}, ItemSize -> 20, > Frame -> All] > > I do not understand why Mathematica did what it did. I am giving an specific > ItemSize and saying ImageSize->Full, so what is wrong with this? > > Thanks, > --Nasser >
- References:
- ItemSize and ImageSize->Full , I do not understand what happens
- From: "Nasser M. Abbasi" <nma@12000.org>
- ItemSize and ImageSize->Full , I do not understand what happens