powered by
Enforces isometric plot design: aspect ratio of 1, identical ranges for x and y axes. Can be used meaningfully with + facet_wrap(scales = 'free' ...).
+ facet_wrap(scales = 'free' ...)
isometric(expand = 0)
ggplot_isometric
amount of scale expansion to allow, e.g. 0.05 (default 0 for best fidelity)
ggplot_add.ggplot_isometric
Other isometric: ggplot_add.ggplot_isometric(), ggplot_add.ggplot_symmetric(), symmetric()
ggplot_add.ggplot_isometric()
ggplot_add.ggplot_symmetric()
symmetric()
library(magrittr) library(ggplot2) data.frame(x = 1:5, y = 3:7) %>% ggplot(aes(x, y)) + geom_point() + isometric()
Run the code above in your browser using DataLab