Skip to content

Instantly share code, notes, and snippets.

@jeffreypullin
Last active October 15, 2018 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffreypullin/69b16d3bf82dd8c8db8d5a36698c9391 to your computer and use it in GitHub Desktop.
Save jeffreypullin/69b16d3bf82dd8c8db8d5a36698c9391 to your computer and use it in GitHub Desktop.
library("ggplot2")
test_plot <- qplot(1:10, 1:10 + rnorm(10)
ggplot_build(test_plot)$layout$panel_params[[1]]$y.range
ggplot_build(test_plot)$layout$panel_params[[1]]$x.range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment