Hacker News new | ask | show | jobs
by qacek 3709 days ago
I like plotly as well but I couldn't stand the python api nor cufflinks for that matter so I created my own wrapper. It's not fully featured but it handles 90% of the cases I want.

https://github.com/jwkvam/plotlywrapper

1 comments

very nice. I like that it each chart method returns the figure, so if it is needed to do something you didn't implement the figure is available to edit.
Thanks, I am happy to accept PRs that expose more functionality.