plt
If you're bored of typing:
import matplotlib.pyplot as plt
Simply:
pip install plt
Then you can just:
import plt
Then use normally, e.g.:
plt.plot([1, 2, 3], [1, 4, 9])
plt.show()
This shim just re-exports everything from matplotlib.pyplot.
The package depends on matplotlib, so installing it ensures the real plotting
backend is available.
Thanks to Steven (Yuhang) Wang for releasing the pypi plt project.
Release files for plt 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| plt-0.2.0.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| plt-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.5 kB
Release files / plt-0.2.0.tar.gz
| Download URL | plt-0.2.0.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
415e718b99cda123d5ca3a04c1fceabb8ea47e5ed60b09df8108ede169a8f14e
|
|
BLAKE2b-256 checksum How to use checksums |
a1e6a761c9b372ad97e4f72565bc728805532deeebc95aa93b665fee11d981f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|
Release files / plt-0.2.0-py3-none-any.whl
| Download URL | plt-0.2.0-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4eec203a36f98c43c6edbd35e0d7b06a1d714c19abfe6fdd2528461809f9e742
|
|
BLAKE2b-256 checksum How to use checksums |
c8f2a3a8f5f6e49c3ab2f19b081199e23d720bdd102cba894cfad6d26c7ddd71
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|