How can I create gauges using matplotlib in a tkinter GUI in python in order to monitor speed?
I have had a look at plotly but do not understand how it can be used on pycharm development environment.
Similar questions that have been posted do not address gauges in specific.
I need to dispalay speed in a speedometer.
Is there any library available or does this need to be done using wedges and arrows in matplotlib?