Skip to main content

An advanced ggplot2-like plotting system for Python built on top of Plotly

Project description

GGPLOTLY

A data visualization library for Python that combines the power of ggplot and plotly.

Installation

pip install ggplotly

Usage

from ggplotly import *
import pandas as pd

df = pd.DataFrame({
    'x': [1, 2, 3, 4, 5],
    'y': [1, 2, 3, 4, 5]
})

ggplot(df, aes(x='x', y='y')) + geom_point()

Working Geoms

  • geom_point
  • geom_line
  • geom_bar
  • geom_area

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ggplotly-0.1.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

ggplotly-0.1-py3-none-any.whl (41.9 kB view details)

Uploaded Python 3

File details

Details for the file ggplotly-0.1.tar.gz.

File metadata

  • Download URL: ggplotly-0.1.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for ggplotly-0.1.tar.gz
Algorithm Hash digest
SHA256 3a7ed7f85f1ae09dc6ff2d87d79e424efe585056aaeb73bfd97a5ff78841a0c3
MD5 648a43052588a22a15f90f05a6d26461
BLAKE2b-256 ef5142f6e01876be3bb157c227b6b87966422f6ba9a607ba54ad3926029402af

See more details on using hashes here.

File details

Details for the file ggplotly-0.1-py3-none-any.whl.

File metadata

  • Download URL: ggplotly-0.1-py3-none-any.whl
  • Upload date:
  • Size: 41.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for ggplotly-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6edf73167fe5f40673d7d241d2901a6f5d4ed724c225983bbe3c8c9fcdc15ecf
MD5 b8fe965ba63184293806879a85cd4f45
BLAKE2b-256 98fe89bbce645c7b3f5264bee468199df3ab7e2223a7c2d47dc5f9231f75d090

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