AspectRatio
Usage
• AspectRatio is an option for Graphics and related functions which specifies the ratio of height to width for a plot.
Notes
• AspectRatio determines the scaling for the final image shape. • AspectRatio -> Automatic determines the ratio of height to width from the actual coordinate values in the plot. • The default value AspectRatio -> 1/GoldenRatio is used for two-dimensional plots. AspectRatio -> Automatic is used for three-dimensional plots. • New in Version 1.
|