plotlywrapper icon indicating copy to clipboard operation
plotlywrapper copied to clipboard

:burrito: simple plotly python api

Results 10 plotlywrapper issues
Sort by recently updated
recently updated
newest added

for example: ``` X = rng.randn(3, 10) pw.line(X, color=['red', 'green', 'blue']) ``` ![newplot 10](https://user-images.githubusercontent.com/86304/37796716-26f57158-2dd5-11e8-9d84-147f87ba69ca.png)

yo, im trying to get `pw.fill_between` to plot a translucent shaded area with no lines and no label, but i can't seem to massage it correctly... ``` x = np.arange(5)...

plotlywrapper is a mostly straight forward translation. I wonder if this wrapper could be made smaller and more complete by automatically translating the plotly api?

speculative

https://plot.ly/python/reference/#layout-xaxis-domain will maybe raise some issues with y-axis on the right side

It's getting long at more than 1000 lines. Probably split it up into at least a few files e.g. - Chart class - Basic charts - Pandas plotting

so there's no excuse for someone to use cufflinks

Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...