Skip to main content

A modular, one-stop data visualization package

Project description

graphcart

graphcart is a modular, one‑stop Python package for dataset visualization. It ships with a single high-level function, visualize, plus a set of focused helpers grouped by domain (basic, statistical, correlation, 3D, time‑series, interactive).

Installation

pip install graphcart

Quick start

import pandas as pd
import seaborn as sns
from visuals.core import visualize

df = sns.load_dataset("iris")
visualize(df, "scatter", x="sepal_length", y="sepal_width", hue="species")
visualize(df, "heatmap")
visualize(df, "scatter3d", x="sepal_length", y="sepal_width", z="petal_length")

Plot types

  • Basic: bar, line, scatter, hist, box, pie, area
  • Statistical: violin, swarm, strip, kde
  • Correlation: heatmap, pair
  • Advanced: hexbin, bubble, radar, waterfall
  • 3D: scatter3d, surface3d
  • Time series: ts (line), rolling mean
  • Interactive: scatter_int, map

Contributing

PRs welcome! Please run tests with pytest.

License

MIT

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

graphcart-0.1.4.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

graphcart-0.1.4-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file graphcart-0.1.4.tar.gz.

File metadata

  • Download URL: graphcart-0.1.4.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for graphcart-0.1.4.tar.gz
Algorithm Hash digest
SHA256 97e67a212489dbeb394b2171910f30469603248a46002bd5830f930b88643271
MD5 0d517f6f33dac386940c89757dbf7e34
BLAKE2b-256 cd818a73f6a064623e7cdd76d85329787aad99a5e381057374f64c92af6eb666

See more details on using hashes here.

File details

Details for the file graphcart-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: graphcart-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for graphcart-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a86d1b336332465aa37cc90e71a1e432918c7473b903f1084e4fc5a1d52aa52c
MD5 9997f19b2cc3b1f839d88741de36f0dd
BLAKE2b-256 c277a5dfbfacf2ec3171770a4df75f934c9f2f9771ebfd6e69a3fcaf72b0b7f8

See more details on using hashes here.

Supported by

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