Skip to content

Instantly share code, notes, and snippets.

@theengineear
Created April 24, 2014 18:30
Show Gist options
  • Save theengineear/11264653 to your computer and use it in GitHub Desktop.
Save theengineear/11264653 to your computer and use it in GitHub Desktop.
data = [dict(type='box',
y=np.random.randn(40),
line=dict(color='green', width=5),
marker=dict(color='red',
symbol='square',
line=dict(width=4))) for iii in range(5)]
py.iplot(data, filename='messin')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment