Skip to main content

A modular, one-stop data visualization package

Project description

visuals

visuals 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 visuals

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.0.tar.gz (5.4 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.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: graphcart-0.1.0.tar.gz
  • Upload date:
  • Size: 5.4 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.0.tar.gz
Algorithm Hash digest
SHA256 a15823dc03fd7688d0c511e774c946a4e0e62c9fd85e609e7b8fc60414423e59
MD5 340f02e7d9d73a4cbe35e2cc31b04e9b
BLAKE2b-256 cd942e0ed98baaa519cfba435040a778887a202e354763d4c4456a2192725f8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: graphcart-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.8 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d85b7c441338cf80acaebda8ef300dc34119119c3fb110f7bda00872aae802cd
MD5 da5aecc7c4483722f4808d4d31230b9d
BLAKE2b-256 f86d352e279587d3386578453aeacbf38a9b5b711fa98ba33e69da5b35622725

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