plotlywrapper
plotlywrapper copied to clipboard
color parameter is unintuitive for 2d data
for example:
X = rng.randn(3, 10)
pw.line(X, color=['red', 'green', 'blue'])
