I've recently found this great R library (openair) that allows plot bivariate (pollutants-wind, for example) polar plots such as this one in which are represented pollutants concentrations in function of wind speed and direction:
This is the link to the R function with some examples: https://davidcarslaw.github.io/openair/reference/polarPlot.html
Is there any way to do something like this in Python?
EDIT: This is exactly what I'm looking forward: A scatterplot or windrose with a third dimension for the temperature, the color, which doesn't depend at all of the position at the polar projection