Context manager for matplotlib figures.
Example:
from plox import Plox, rcParam
from pathlib import Path
# https://matplotlib.org/tutorials/introductory/customizing.html
style = {
rcParam.Legend.fontsize: "large",
rcParam.Xtick.labelsize: "large",
rcParam.Ytick.labelsize: "large",
}
with Plox(style) as px:
px.a.plot([1, 2, 3], [4, 3, 5], 'o--')
px.f.savefig(Path(__file__).with_suffix('.png'))
px.show()
Release files for plox 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| plox-0.0.3.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| plox-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.2 kB
Release files / plox-0.0.3.tar.gz
| Download URL | plox-0.0.3.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b7d348ee99fa6a2c6281bc86105a358267825781da32e9f7025fa95bbbed42e2
|
|
BLAKE2b-256 checksum How to use checksums |
59eeaa7dba46aba3ea0334c92f4d6b9c59e04b274a76f162ddea1ffe73f8bd19
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.5
|
Release files / plox-0.0.3-py3-none-any.whl
| Download URL | plox-0.0.3-py3-none-any.whl |
|---|---|
| Size | 8.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dfc3ba1539af9948ee7e37d3de021174e7180f5a66e8f7ef67d3e1e875e59871
|
|
BLAKE2b-256 checksum How to use checksums |
5fb6c529f81573099ef1fc08318c2db4eb8065ee0efcbc09ad9b3afb3314ace5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.5
|