Hey

It sounds like bashplotlib might do what you're looking for?
https://github.com/glamp/bashplotlib

Specifically the plot_hist function allows you to plot a histogram (which
is basically what you've drawn).

Hope that helps
Martin

(Apologies for the English)


2016-09-03 15:57 GMT+02:00 Geert Stappers <stapp...@stappers.nl>:

>
> Hoi,
>
> Wat is geschikte libary of framework om voortgang te visualiseren?
>
> Een "progress bar" zou een mooi begin zijn.
>
> Een "array of progress bars" is meer wat ik zoek.
>
>
> Input voor het generen van statische output is dan iets als
>
> prj[0] = 80
> prj[1] = 20
> prj[2] = 50
> prj[3] = 0
> prj[4] = 0
>
>
> Output
>
> _____
> _____
> #____
> #____
> #____
> #_#__
> #_#__
> #_#__
> ###__
> ###__
> 01234
>
> In de "grafische weergave" is te zien dat aan [3] en [4] nog begonnen moet
> worden.
>
> Is er zo iets? Iets dat histogramen aanmaakt?
>
>
> Groeten
> Geert Stappers
> --
> Leven en laten leven
>
> _______________________________________________
> Python-nl mailing list
> Python-nl@python.org
> https://mail.python.org/mailman/listinfo/python-nl
>
>
_______________________________________________
Python-nl mailing list
Python-nl@python.org
https://mail.python.org/mailman/listinfo/python-nl

Antwoord per e-mail aan