Small extensions to Matplotlib
Project description
mpl-ornaments
A library featuring some extensions to Matplotlib. Full documentation available here.
The titles module
The title module allows to add title and subtitle to a Matplotlib's Figure in a and neat and easy way.
Example
import matplotlib.pyplot as plt
from mpl_ornaments.titles import set_title_and_subtitle
fig, ax = plt.subplots(figsize=(5,6))
set_title_and_subtitle(fig=fig, title='Figure title', subtitle='Figure subtitle')
fig.savefig(fname='title1.png')
The above code produces the following result:
[]
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
mpl-ornaments-0.0.3.tar.gz
(3.5 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 mpl-ornaments-0.0.3.tar.gz.
File metadata
- Download URL: mpl-ornaments-0.0.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
658218c403c1f6f17cb44a13078a3d3436c6da4d3d67c6d209679861d05e35e2
|
|
| MD5 |
571235e4d6bf816ef8534a11d43bae56
|
|
| BLAKE2b-256 |
787107bcd5a3d661c1310ce7079149835841dd592aea9454e3fab36605537ba4
|
File details
Details for the file mpl_ornaments-0.0.3-py3-none-any.whl.
File metadata
- Download URL: mpl_ornaments-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
130ffafbe150edbacf98e5f1d794a7277a34a3ad8c55b3d0d73af7308be995a4
|
|
| MD5 |
2a50331b6a4a69159c9b9fe01f0f223d
|
|
| BLAKE2b-256 |
c2addfe7a8f40c001ed1a526b2142144653f5c4bd6bea9e27a9bdd01927bb143
|