Skip to main content

Make plots in a console

Project description

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  

Screenshot

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

MibiPlot-0.1-2.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

MibiPlot-0.1-2-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page