Skip to main content

A module for data visualization.

Project description

vzn

vzn is a Python package designed to extend the capabilities of existing visualization libraries like Matplotlib, Seaborn and Plotly. It provides customizable templates, interactive plots, and makes visualization simple & quick.

Features

  • Bar Plots: Create customizable bar plots with dark or default themes.

  • Scatter Plots: Generate both static and interactive scatter plots using seaborn or plotly.

  • Heatmaps: Visualize data with annotated heatmaps and various color maps.

  • Histograms: Easily generate histograms for data distribution analysis.

Installation

You can install vzn using pip:

pip  install  vzn

Usage

Bar Plot

v = vzn()
v.b_plot(data, x='Category', y='Values', title='Bar Plot Example', theme='dark')

Scatter Plot

# Static Scatter Plot
v.s_plot(data, x='Category', y='Values', title='Static Scatter Plot')

# Interactive Scatter Plot
v.s_plot(data, x='Category', y='Values', title='Interactive Scatter Plot', interactive=True)

Heatmap

v.hmap(data.corr(), title='Heatmap Example')

Histogram

v.hist(data['Values'], title='Histogram Example')

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

vzn-0.1.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

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

vzn-0.1-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for vzn-0.1.tar.gz
Algorithm Hash digest
SHA256 e2e73e1d657e76f5d7a74cae93f1478dfee26c228b1d079c89268548e544332d
MD5 d482f8025241c0f4a0bf2cbdfa308af3
BLAKE2b-256 301aa1599716c69b97da83e44fab8d3c89c94eda8f1ea0b11a0ea0eb3a26434c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for vzn-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 03693e148ae34e79adbec7cb637cfe8e0bae51fa8d1098025c823ffa67de49ea
MD5 9f260bb2a7bcf5b1f4883ea5e6b41df5
BLAKE2b-256 d18bd4bfa2477e7bba29b1bca8c860be14b0b0b528b9cffe7faf990aa7cc091e

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