I am new to Python and I wanted to know if there was any way, using a library, to display such bars. Not necessarily with the colors or the percentage shown, but this idea of horizontal bars showing a level of progress.
I've tried the barh tool of matplotlib but it doesn't seem to be what I need, since I can only have a horizontal bar going to a certain value, but not the "empty" part (let's say if I have 60%, "empty" part would be the other 40%), plus it lacks of customization (hide the graph axis etc.)
Thanks in advance!