Skip to main content

Productivity Tools for Plotly + Pandas

Project description

build pypi python_versions license

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.

Project details


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)

Uploaded Source

File details

Details for the file plotlyink-0.0.1.dev34.tar.gz.

File metadata

File hashes

Hashes for plotlyink-0.0.1.dev34.tar.gz
Algorithm Hash digest
SHA256 0ab4715ea02164e5542f263aa8357b06b280497b9d1c6c2e4588247dbffaa4f6
MD5 5681b6e950f1179630817470d23a7f66
BLAKE2b-256 3f491da0b90d64fc65815366b4e0f2d2940622b994346365337467905728c418

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page