plotlyink 0.0.1.dev34

Creator: railscoder56

Last updated:

Add to Cart

Description:

plotlyink 0.0.1.dev34

Plotlyink aims at marrying plotly with pandas for quick and easy plotting.

Installation
pip3 install plotlyink


Overview
import pandas as pd
import plotlyink
df = pd.DataFrame({
'one' : [1., 2., 3., 4.],
'two' : [4., 3., 2., 1.],
})

# open .html in your browser:
df.iplot.scatter()

# get figure:
fig = df.iplot.scatter(as_figure=True)
For more, see: Tutorial Notebook.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.