|
|
|
|
|
by elsherbini
3714 days ago
|
|
plotly is a fantastic tool for plotting. It has a python API [0], but also works from R, matlab, and Julia. It also has support for pandas dataframes and jupyter notebook[1], which is by far the fastest way I've found to make attractive plots. plotlyjs[2] is a fantastic wrapper around d3. So I can go all the way from plotting something quickly from a dataframe to building a totally custom chart. [0] https://plot.ly/python/ [1] https://plot.ly/ipython-notebooks/cufflinks/ [2] https://plot.ly/javascript/ |
|
https://github.com/jwkvam/plotlywrapper