- Changes
panel.backgroundtoplot.background, fixing the plot background color
Modifies theme_onsv. Now this theme is based on ggplot2::theme_minimal, with a few changes.
-
Fix missing grid coordinates in
geom_sfmaps (#21) -
Fix small legend key size when plotting continuous values (#22)
-
Fix title and subtitle position, font size, font color, and font weight (#23, #24)
- Change values of
legend.key.sizeandlegend.textintheme_onsv()(#13 and #14)
- Add new arguments to
scale_discrete_onsv:.... Now it is possible to pass arguments to lower levelggplot2functions, such asscale_discrete_manualanddiscrete_scale.
- Released on CRAN: now it is possible to install using
install.packages("onsvplot").
- Add new parameter to
theme_onsv()(#7): Now it is possible to changebasesizeof the font used in the plot
-
Add two new parameters to
theme_onsv()(#3):plot.title.position = "plot"andplot.caption.position = "plot". -
Add bottom margin to
titleelement.
-
Updates the package name to
onsvplot. Theobsplotpackage already exists, therefore it was necessary to change the previous name. (#4) -
Also, this version changes the function and object names:
theme_obs()totheme_onsv()scale_discrete_obs()toscale_discrete_onsv()obs_palettetoonsv_palette
- Fix
obs_palettenot loading properly all 12 colors.
- Add new colors to
scale_discrete_obs()andobs_palette, from 6 to 12. (#2)
- Fix windows font warning in
theme_obs()(#1)
- Initial release.