Add your description here
Project description
Plotting
Weighted-buzzwords
Buzzwords
buzzWords={ f"buzzword with weight {i}":i
for i in map(lambda x:x**2//3+x+5,range(15))
}
buzzWords
{'buzzword with weight 5': 5,
'buzzword with weight 6': 6,
'buzzword with weight 8': 8,
'buzzword with weight 11': 11,
'buzzword with weight 14': 14,
'buzzword with weight 18': 18,
'buzzword with weight 23': 23,
'buzzword with weight 28': 28,
'buzzword with weight 34': 34,
'buzzword with weight 41': 41,
'buzzword with weight 48': 48,
'buzzword with weight 56': 56,
'buzzword with weight 65': 65,
'buzzword with weight 74': 74,
'buzzword with weight 84': 84}
from weighted_buzzwords.valuedbuzzwords import valued_buzzwords
valued_buzzwords(buzzWords)
valued_buzzwords(buzzWords,min_font=12,max_font=300)
valued_buzzwords(buzzWords,min_font=12,max_font=300, figsize=(25,4))
valued_buzzwords(buzzWords,min_font=12,max_font=300, figsize=(25,4),stretch=4)
valued_buzzwords(buzzWords,min_font=12,max_font=300, figsize=(25,4),stretch=4,cmap="jet")
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 weighted_buzzwords-0.1.0.tar.gz.
File metadata
- Download URL: weighted_buzzwords-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33f63e2f407417e2684e48a42e74840fc920b91c31624085dce2f6fa0d4ca20a
|
|
| MD5 |
44e890f09643c85a9cbd9ab4a935729c
|
|
| BLAKE2b-256 |
cf5af40835582cb0520257114f5b1929ba7c0230167be299fc24d51f7994dca7
|
File details
Details for the file weighted_buzzwords-0.1.0-py3-none-any.whl.
File metadata
- Download URL: weighted_buzzwords-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3545a7d5bfbcef4f08f29ffa024c308ab8936ae146cfe05413cf00e44309f591
|
|
| MD5 |
3d9e559732c5a5b6d211dd804d481aec
|
|
| BLAKE2b-256 |
8889419cb49445ab3faff4f8916bcf188decbe0522be6fbe6928de1b29cafb45
|