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 hashes)

Uploaded Source

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