Some charts I prepared earlier
Project description
Ideal Forms
"Some charts I prepared earlier."
Matplotlib charts formatted according to The Data Visualization Catalogue.
Install
pip install idealforms
Bar
from idealforms.bar import bar
from idealforms.formatters import money_formatter
categorical_data = dict(apples=500000,
oranges=1200000,
mangos=2200005)
fig, ax = bar(categorical_data,
x_label='revenue',
y_label='fruit',
title='Fruit Revenue',
formatter=money_formatter)
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
idealforms-0.0.9.tar.gz
(71.3 kB
view details)
Built Distribution
File details
Details for the file idealforms-0.0.9.tar.gz
.
File metadata
- Download URL: idealforms-0.0.9.tar.gz
- Upload date:
- Size: 71.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 544a7c10d5f6be563f2b08096b985e362f7bb54996aba96aba5e16fce62739e7 |
|
MD5 | afc490e81b6fc9661618ecb025c9c38a |
|
BLAKE2b-256 | bc2ef13cb0aaf2888fe24913f24f0293b24dbaa127997dba4210044b66680499 |
File details
Details for the file idealforms-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: idealforms-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 868618232e15794411243257e0c676c13d3ba4fd0c38f7e2a0b94f655e366a2f |
|
MD5 | 1c5365bbd0b9118c6fe057e51d19c436 |
|
BLAKE2b-256 | eb1a16a29265c7dc9ca9edb5d0d40b6e9efd78f5cb8dbaa4cbb585661d95980a |