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.3.tar.gz (6.8 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.3-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: graphcart-0.1.3.tar.gz
  • Upload date:
  • Size: 6.8 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.3.tar.gz
Algorithm Hash digest
SHA256 92cc2cdeab607bff70e913045348146393f14fe6876938d51e0669c9d5057a7b
MD5 5c16ff629f722c66a335774c0c47ede2
BLAKE2b-256 cb1001b3759514c9edc29326d100599c742abd54bb104c6c3b72717e2fd02ce4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: graphcart-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 9.4 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a589c0430912c89f9e80402a2d04f04f3671c3e24db52aedbe04e9148c104e80
MD5 f27c38b74d37e4a051643ef0a02d2989
BLAKE2b-256 e6bbce8082d1bff07ddb15d45942afee543e8f525e5b7a47a111bbea16d1e0ce

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