ggthemes 5.0.0
CRAN release: 2023-11-21
- Deprecate
circlefill_shape_palandscale_shape_circlefill - Bugfix: Fix failing CRAN tests. Shape scales and palettes could fail if glyphs unavailable in graphics devices.
- Bugfix: Add alias to
ggthemes-package - Add
quantregto suggested packages
ggthemes 4.2.1
- Conditionally use the vdiffr package in tests so it complies with suggested package policy (#124)
- Fix error in
expect_equalfunctions (#123) - Fix errors in
geom_tufteboxplotandstat_fivenumberdue to missing imported objects from ggplot2 (#117, #121) - Fix text labels in top axis in
theme_economist(#115) - Update documentation on
geom_rangeframe; it should be used withcoord_cartesian(clip="off"). (#120)
ggthemes 4.2.0
CRAN release: 2019-05-13
- Add
theme_clean()(Thanks @konradzdeb, #105) - Add
directionargument toscale_color_tableau()andscale_fill_tableau()(Thanks @vadimus202, #112)
ggthemes 4.1.1
CRAN release: 2019-04-09
- Fix bugs in
geom_rangeframeandgeom_tufteboxplotcaused by failing to importalpha. (Thanks @flying-sheep, #110)
ggthemes 4.1.0
CRAN release: 2019-02-19
- Add
typeargument toscale_color_tableauso that sequential and diverging palettes can be used in discrete scales. (Thanks @onesandzeroes, #108) - Fix colors in “Purple” and “Blue-Teal” palettes in
tableau_color_pal(). (Thanks @leonawicz, #109)
ggthemes 4.0.1
CRAN release: 2018-08-24
- Fix bugs in
tableau_color_pal(). Wrong colors in “Tableau 20” theme (Thanks @friskin, #95), and incorrect order of classic color palettes (Thanks @luca-scr, #96). - Fix fatal bug in
theme_solarized()andsolarized_rebase(). (Thanks @mdodrill-usgs, #97)
ggthemes 4.0.0
CRAN release: 2018-07-19
Added palettes and based on current versions of Excel:
excel_pal_new(),scale_colour_excel_new(), andscale_fill_excel_new(). Excel ’97 based scales keep the same names.Added
theme_excel_new()which is based on the chart defaults of current versions of Excel.Added Tableau 10 palettes and renamed old palettes in
tableau_color_pal(),scale_color_tableau(),scale_fill_tableau(), and others. The continuous sequential and diverging palettes are improved by including more intermediate steps.Updated
theme_gdocs()to current look.Updated
scale_color_gdocs()andfill_color_gdocs()to current color.Added
scale_shapes_few()andfew_shape_pal()with a shape scale and palette from Stephen Few’s “Show Me the Numbers”.Removed
stataargument fromscale_*_economist()andtheme_economist().Changed the format of the
ggthemes_dataobject.Changed behavior of
few_pal(). Ifn = 1, use gray. Ifn > 1use non-gray colors.Changed
tremmel_shape_scale()to usealt = TRUEby defaultDeprecated
tremmel_shape_scale()argumentn3alt. Use thealtargument instead.Added a pkgdown site.
Removed vignette. Move all examples to man pages.
Bugfix: Fix
theme_few()(#91)Bugfix: Update themes to be consistent with
ggplot>=3.2.0
ggthemes 3.5.0
CRAN release: 2018-05-07
Bugfix: Fix RGB colors in
scale_color_few(),scale_fill_few(), andfew_pal()(#89, @bpbraun)Update documentation to include mentions of the maximum number of values that discrete scales support (#85)
ggthemes 3.4.2
CRAN release: 2018-04-03
- Bugfix: Fix example code in
theme_economist(). Thanks @carlganz #81. - Remove suggests dependencies:
reshape2,plyr,tidyverse
ggthemes 3.4.1
- Bugfix: Resolve duplicate palette names in
canva_palettes(). Thanks @Eluvias (#78)
ggthemes 3.4.0
CRAN release: 2017-02-19
Add color palettes from canva.com:
canva_palettes(),canva_pal(),scale_colour_canva().Use
NEWS.mdinstead ofNEWSUpdate Economist examples to put y-axis on the right side.
ggthemes 3.3.0
CRAN release: 2016-11-24
Update themes to changes in ggplot 2.1.0.9000. Thanks @juliasilge (#71)
tufte_boxplot()usesposition="dodge"by default. Thanks @jgellar (#68)Bugfix: Fix errors in
geom_rangeframe()in new version of ggplot2. Thanks @coulmont (#70)
ggthemes 3.2.0
CRAN release: 2016-07-11
- Bugfix: In function
bank_slopes(), remove methodsao,gor, andlor. These methods were not producing reliable results, and should not produce results much different thanmsoras. If used, they will produce a warning, andmswill be used instead. (#68)
ggthemes 3.1.0
- Add
ptol_pal(),scale_colour_ptol(), andscale_file_ptol()based on Paul Tol’s qualitative color palettes. Thanks @jmlondon. (#65)
ggthemes 3.0.4
- Fix panel.grid.major.y colors for
theme_hc(). Thanks @flying-sheep! (#64)
ggthemes 3.0.1
CRAN release: 2016-01-10
Bugfix: Remove border around legends in
theme_gdocs(). Thanks SandyMuspratt! Pull request #53.Bugfix: Remove border around legends in
theme_calc().Bugfix: Add colour and fill values to
theme_foundation(). This restores its behavior to version 2.2.1. Fixes Issue #56.
ggthemes 3.0.0
CRAN release: 2015-12-20
For
geom_tufteboxplot()andGeomTufteboxplot, optionmedian.typesupports onlylineandpointoptions. Added optionwhisker.typewhich allows for whiskers to be specified by lines or points.Changed default stat for
geom_tufteboxplot()tostat_fivenumber().Added
theme_base()andtheme_par()Removed
scale_(x|y)_tufte(). See issue #49theme_foundation()rewritten. Removeduse_sizesargument.Import rather than depend on
ggplot2Update geoms, scales, and themes to ggplot >= 2.0.0
ggthemes 2.2.1
CRAN release: 2015-07-01
bugfix: fix R CMD check notes due to change in how it handles non-base default packages: https://developer.r-project.org/blosxom.cgi/R-devel/2015/06/29
bugfix: fix bad URLs
ggthemes 2.2.0
- Added
theme_map()from @hrbrmstr
ggthemes 2.1.1
- bugfix: use title case in package title; refer to ggplot2 in title
- bugfix: fix non-escaped URLs in colorblind.R
- bugfix: fix broken URL in few.R
- bugfix: remove non-ascii characters in shapes.R
- bugfix: use
requireNamespace()instead ofrequire()
ggthemes 2.1.0
CRAN release: 2014-12-18
- New theme and scale based on Highcharts JS:
scale_*_hc(),theme_hc(). Thanks jbkunst!
ggthemes 2.0.0
New options for
geom_tufteboxplot().median.typetakes values “point”, “box”, or “line”. Optionuseboxis no longer supported, and equivalent tomedian.type="box". Thanks weitzner! Issue #13, PR #19.All theme functions have
base_sizeandbase_familyas first two arguments. This affectstheme_economist_white(),theme_excel(),theme_pander(),theme_solid(), andtheme_tufte(). Thanks ptoche! Issue #25.theme_pander(): Optionsffandfsare deprecated; usebase_familyandbase_sizeoptions instead, respectively.
ggthemes 1.9.0
added vignette
added themes / scales based on factory defaults of pander package:
pander_palette(),scale_color_pander(),scale_fill_pander(),theme_pander(). Thanks daroczig.added additional fill and gradient color scales:
scale_fill_fivethirtyeight(),scale_colour_gradient_tableau(),scale_fill_gradient_tableau(),scale_fill_continuous_tableau(),scale_colour_gradient2_tableau(),scale_fill_gradient2_tableau(). Thanks bowerth.
ggthemes 1.8.0
- added themes and color scale from fivethirtyeight.com:
theme_fivethirtyeight(),fivethirtyeight_pal(),scale_color_fivethirtyeight()
ggthemes 1.7.0
CRAN release: 2014-04-22
- added a new breaks algorithm:
scales_extended_range_breaks(),extended_range_breaks() - added scales which implement the breaks algorithm:
scale_x_tufte(),scale_y_tufte() - added new label format:
smart_digits(),smart_digits_format()
ggthemes 1.6.1
- fix bug in
theme_wsj()(issue #17)
ggthemes 1.5.0
- added alternative Solarized theme:
theme_solarized_2() -
theme_solarized(): adjusted the colors - added LibreOffic Calc themes and palettes:
theme_calc(),calc_pal(),scale_fill_calc(),scale_colour_calc(),cacl_shape_pal(),scale_shape_calc() - added Google Docs themes and palettes:
theme_gdocs(),gdocs_pal(),scale_fill_gdocs(),scale_colour_gdocs() - fixed some examples
ggthemes 1.4.0
- fix bug in default palettes of
scale_colour_excel()andscale_fill_excel().
ggthemes 1.3.4
- added Tableau sequential colour palettes:
tableau_seq_gradient_pal(),scale_colour_gradient_tableau(),scale_fill_gradient_tableau(). - added Tableau diverging colour palettes:
tableau_div_gradient_pal(),scale_colour_gradient2_tableau(),scale_fill_gradient2_tableau(). -
tableau_colour_pal(): added palette “cyclical
ggthemes 1.3.1
CRAN release: 2012-12-22
-
bank_slopes()returns y/x aspect ratio to be compatible withcoord_fixed() - improved documentation
ggthemes 1.3.0
- renamed
theme_excel2003()totheme_excel() - replace
scale_fill_excel2003()andscale_fill_excel10()withscale_fill_excel() - replaced
scale_colour_excel2003()andscale_colour_excel10()withscale_colour_excel() - replaced
excel2003_pal()andexcel10_pal()withexcel_pal() - renamed
theme_base()totheme_foundation()
ggthemes 1.2.0
- added colorblind scales:
colorblind_pal(),scale_*_colorblind().
ggthemes 1.1.0
- added Wall Street Journal themes, palettes, scales:
theme_wsj(),wsj_pal(),scale_colour_wsj(), andscale_fill_wsj(). - added function
bank_slopes(): methods for determining the optimal slope ratio. - added
theme-foundation(): a theme designed to be easy to extend into new themes. - added NEWS file