Skip to content

Instantly share code, notes, and snippets.

@bchartoff
Created December 10, 2013 22:40
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 bchartoff/afaa5e7b7649b6a205b8 to your computer and use it in GitHub Desktop.
Save bchartoff/afaa5e7b7649b6a205b8 to your computer and use it in GitHub Desktop.
layout <- list(
title = "Old Faithful",
yaxis = list(
title = "probability",
side = "right"
),
xaxis = list(
title = "Time between eruptions (minutes)"
),
yaxis2 = list(
anchor = "x",
side = "left",
overlaying = "y",
title = "Length of eruption (minutes)",
autorange = FALSE,
range = c(0,6)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment