Re: adjusting frame size in plot
- To: mathgroup at smc.vnet.net
- Subject: [mg20195] Re: adjusting frame size in plot
- From: "Seth Chandler" <SChandler at uh.edu>
- Date: Tue, 5 Oct 1999 04:04:24 -0400
- Organization: University of Houston
- References: <7t8c3g$gd5@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I believe the following option to your Plot or whatever functio may help.
For concreteness, I am assuming you want all plots to be 400 pixels by 300
pixels.
DisplayFunction->(Display[$Display,#,ImageSize->{400,300}]&)
Scot wrote in message <7t8c3g$gd5 at smc.vnet.net>...
>I have 2 near-identical plots, one with a range from 0 to 100 and the
>other with a range from 0 to 20. As the tick label 100 is longer than
>20, the corresponding graph has a smaller frame.
>
>How can I force the two graphs to have the same frame size using
>Mathematica 3.0?
>
>