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
seabornorplotly. -
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2e73e1d657e76f5d7a74cae93f1478dfee26c228b1d079c89268548e544332d
|
|
| MD5 |
d482f8025241c0f4a0bf2cbdfa308af3
|
|
| BLAKE2b-256 |
301aa1599716c69b97da83e44fab8d3c89c94eda8f1ea0b11a0ea0eb3a26434c
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03693e148ae34e79adbec7cb637cfe8e0bae51fa8d1098025c823ffa67de49ea
|
|
| MD5 |
9f260bb2a7bcf5b1f4883ea5e6b41df5
|
|
| BLAKE2b-256 |
d18bd4bfa2477e7bba29b1bca8c860be14b0b0b528b9cffe7faf990aa7cc091e
|