Simple music-data visualization built on matplotlib.
Project description
tuneviz
Simple music-data visualization built on matplotlib. Two plain functions, one clean sage-green aesthetic.
Install
pip install tuneviz-jagriti
Usage
import pandas as pd
import tuneviz as viz
df = pd.DataFrame({
"tempo": [90, 120, 140, 100, 128],
"energy": [0.4, 0.7, 0.9, 0.5, 0.8],
})
# Scatter plot of two columns
viz.scatter(df, "tempo", "energy")
# Line plot of two columns
viz.lines(df, "tempo", "energy")
Each function reads two columns from a pandas DataFrame, styles the plot, labels the axes, adds a title, and shows it.
License
MIT
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
tuneviz_jagriti-0.1.0.tar.gz
(2.2 kB
view details)
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 tuneviz_jagriti-0.1.0.tar.gz.
File metadata
- Download URL: tuneviz_jagriti-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
759d7c21069a7e043617de0da56bca38c0c64a31cec1ce20c2682ba3c909af28
|
|
| MD5 |
994aa5ce6c8712c8bcb6dab25b940bf7
|
|
| BLAKE2b-256 |
dfbd719d223033a3d941f5275c2ccf5f30647497d85174268ae310a5f27d21e3
|
File details
Details for the file tuneviz_jagriti-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tuneviz_jagriti-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c06f2ec99d1a7a957520f6b636608eb0f8b9c460013e8b73b9c51e9024ad2bc3
|
|
| MD5 |
ae965836025b87023296ac182204f1c6
|
|
| BLAKE2b-256 |
3644f7177f960c5086e57655dbdb35de36f55bd8107243cd79dabea9f4976fc5
|