Skip to content

Instantly share code, notes, and snippets.

@bchartoff
Created December 10, 2013 22:55
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/858d30f19650c782a540 to your computer and use it in GitHub Desktop.
Save bchartoff/858d30f19650c782a540 to your computer and use it in GitHub Desktop.
traceHistogram <- list(
y = faithful['waiting'][,1],
type = 'histogramy',
histnorm = 'probability',
autobinx = FALSE,
marker = list(
color = "#00000"
),
xbins = list(
start = 40,
end = 98,
size = 2
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment