Re: Graphics / cosmetics
- To: mathgroup at smc.vnet.net
- Subject: [mg45502] Re: Graphics / cosmetics
- From: bobhanlon at aol.com (Bob Hanlon)
- Date: Sat, 10 Jan 2004 16:43:23 -0500 (EST)
- References: <bto199$2gt$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Adjust the ImageSize ListPlot[Table[{x, Sin[x]}, {x, 1, 10, 0.1}], PlotLabel -> "This is a long caption.", AspectRatio -> 1/5, ImageSize -> {900,200}]; Bob Hanlon In article <bto199$2gt$1 at smc.vnet.net>, Kastens at hamburg.baw.de (Marko Kastens) wrote: << If you plot this f.e. (in Mathematica 4.1.2.0): ListPlot[Table[{x, Sin[x]}, {x, 1, 10, 0.1}], PlotLabel -> "This is a long caption.", AspectRatio -> 1/5, ImageSize -> 1000]; - then select the just plotted graphics - you can see that there is a space between the left border of the selection and the y-axis(icl. labeling). Is there any Option to set this space to zero or to other values? I havn't found anything :-(