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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plt-0.2.0.tar.gz
(1.7 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
plt-0.2.0-py3-none-any.whl
(2.8 kB
view details)
File details
Details for the file plt-0.2.0.tar.gz.
File metadata
- Download URL: plt-0.2.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
415e718b99cda123d5ca3a04c1fceabb8ea47e5ed60b09df8108ede169a8f14e
|
|
| MD5 |
a076d6b13820c3ec288d4938c61d4776
|
|
| BLAKE2b-256 |
a1e6a761c9b372ad97e4f72565bc728805532deeebc95aa93b665fee11d981f2
|
File details
Details for the file plt-0.2.0-py3-none-any.whl.
File metadata
- Download URL: plt-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4eec203a36f98c43c6edbd35e0d7b06a1d714c19abfe6fdd2528461809f9e742
|
|
| MD5 |
3787a9d5b090be3d4321d023821bf400
|
|
| BLAKE2b-256 |
c8f2a3a8f5f6e49c3ab2f19b081199e23d720bdd102cba894cfad6d26c7ddd71
|