QPainter to add custom styling to bars in matplotlib bar chart
I embedded a matplotlib bar graph into my PyQt5 application now I’m trying to get the coordinates of every bar so I can use QPainter and create a Rounded Rectangle to add a border radius to the top left and top right of the bar using a mask.