Skip to content

Instantly share code, notes, and snippets.

@bchartoff
Created December 10, 2013 22:57
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/43d1ab51f9ea5f8901fb to your computer and use it in GitHub Desktop.
Save bchartoff/43d1ab51f9ea5f8901fb to your computer and use it in GitHub Desktop.
traceScatter <- list(
x = faithful['waiting'][,1],
y = faithful['eruptions'][,1],
type = 'scatter',
mode = 'markers',
marker = list(
color = '#00BFC4'
),
yaxis = 'y2'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment