plotlywrapper
plotlywrapper copied to clipboard
:burrito: simple plotly python api
for example: ``` X = rng.randn(3, 10) pw.line(X, color=['red', 'green', 'blue']) ``` 
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?
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...