Pre-release
This release is a pre-release and may not be stable for production use.
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plotlyink-0.0.1.dev34.tar.gz
(79.3 kB
view details)
File details
Details for the file plotlyink-0.0.1.dev34.tar.gz.
File metadata
- Download URL: plotlyink-0.0.1.dev34.tar.gz
- Upload date:
- Size: 79.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ab4715ea02164e5542f263aa8357b06b280497b9d1c6c2e4588247dbffaa4f6
|
|
| MD5 |
5681b6e950f1179630817470d23a7f66
|
|
| BLAKE2b-256 |
3f491da0b90d64fc65815366b4e0f2d2940622b994346365337467905728c418
|