jack-davison / ggopenair

{ggplot2} incarnation of {openair} ☁️
https://jack-davison.github.io/ggopenair/
GNU General Public License v3.0
7 stars 0 forks source link

Different behaviour in polar_plot vs openair::polarPlot when uncertainty = TRUE #6

Open mooibroekd opened 11 months ago

mooibroekd commented 11 months ago

Hi Jack,

I have noticed the following behavior when uncertainty is set to true in ggopenair::polar_plot():

mydata <- openair::mydata

openair::polarPlot(mydata, 
                   pollutant = "nox",
                   uncertainty = TRUE)


ggopenair::polar_plot(mydata, 
                      pollutant = "nox",
                      uncertainty = TRUE)

Created on 2023-11-16 with reprex v2.0.2

mooibroekd commented 8 months ago

@jack-davison any news on this?