Releases: pabsantos/onsvplot
Releases · pabsantos/onsvplot
onsvplot 0.5.1
onsvplot 0.5.0
onsvplot 0.4.1
onsvplot 0.4.0
- Added new arguments to
scale_discrete_onsv
:...
. Now it is possible to pass arguments to lower levelggplot2
functions, such asscale_discrete_manual
anddiscrete_scale
.
onsvplot 0.3.2
- Released on CRAN: now it is possible to install using
install.packages("onsvplot")
.
onsvplot 0.2.2
- Add new parameter to
theme_onsv()
(#7): Now it is possible to changebasesize
of the font used in the plot.
onsvplot 0.2.1
-
Add two new parameters to
theme_onsv()
(#3):plot.title.position = "plot"
andplot.caption.position = "plot"
. -
Add bottom margin to
title
element.
onsvplot 0.2.0
-
Updates the package name to
onsvplot
. Theobsplot
package 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_palette
toonsv_palette
obsplot 0.1.3
- Fix
obs_palette
not properly loading all 12 colors.
obsplot 0.1.2
- Add new colors to
scale_discrete_obs()
andobs_palette
, from 6 to 12. (#2)