ua-snap / shiny-apps

R Shiny apps
234 stars 191 forks source link

CMIP3 / CMIP5 app - Precipitation proportions #75

Closed leonawicz closed 10 years ago

leonawicz commented 10 years ago

Proportions (bar type "fill") display with a [0,1] y-axis only when Month is the x-axis variable. For all other choices of x-axis variable, the y-axis improperly retains the original precipitation data range.

leonawicz commented 10 years ago

Correction: This is due to Month being a factor, scenario as well. The real issue is the vertical placement of the pooled variable(s) text annotation, which needs to be extended to factors and generalized to each type of bar plot.

leonawicz commented 10 years ago

Fixed.