MibiPlot
Make plots in a console. Tested with python 2.7 (should work with python 3).
I will add other types of plots soon.
Getting Started
Install MibiPlot
$ python -m pip install MibiPlot
Import MibiPlot
from MibiPlot.index import *
Buid a new plot
plot = Plot(type = str, values = list, labels = list, height = None (int), width = None (int))
Bar plot
Plot.bar(plot)
String from a plot
Plot.buildstr(plot, list)
Example
Code
plot = Plot("bar", [6, 8, 9, 5, 4], ["label1", "label2", "label3", "label4", "label5"], 9)
print(Plot.buildstr(plot, Plot.bar(plot)))
Result
9 -| TT
8 -| TT ||
7 -| || ||
6 -| TT || ||
5 -| || || || TT
4 -| || || || || TT
3 -| || || || || ||
2 -| || || || || ||
1 -| || || || || ||
---------------
l l l l l
a a a a a
b b b b b
e e e e e
l l l l l
1 2 3 4 5
Release files for MibiPlot 0.1.post2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| MibiPlot-0.1.post2.tar.gz | 9.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MibiPlot-0.1.post2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.0 kB
Release files / MibiPlot-0.1.post2.tar.gz
| Download URL | MibiPlot-0.1.post2.tar.gz |
|---|---|
| Size | 9.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
030bcf830237634f302f4fb431572ba4d80f71d78a0c15a21ad49e6390d3d346
|
|
BLAKE2b-256 checksum How to use checksums |
b42b3ced563a6e96145f0ed5e79646c1eb0a4c60115fb43b559c23ead9065b0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
|
Release files / MibiPlot-0.1.post2-py3-none-any.whl
| Download URL | MibiPlot-0.1.post2-py3-none-any.whl |
|---|---|
| Size | 9.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
88288e7ec932cffd67c5144e23eff4b2d852631dd89dba4749151bb9c16316dc
|
|
BLAKE2b-256 checksum How to use checksums |
3bdb7437836b734a06756fde48adda3e3e702d97830bde666319c8e276b55403
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
|