Skip to content
Prev 9901 / 29559 Next

fix color scale

Paul, this nicely illustrates the power of ggplot2.

In the resulting plot, however, it seems to me that the

+ opts(aspect.ratio = 1)

does not result in the desired effect that 1 m in the x direction equals
1 m in the y direction. Standard plot (asp = 1), and lattice plots (asp
= "iso") have this; what does ggplot2 need?
On 10/31/2010 11:31 AM, Paul Hiemstra wrote: