https://github.com/hadley/ggplot2

sort by:
Revision Author Date Message Commit Date
37eb64d Toggle the logic of skipping visual tests (#4310) 08 January 2021, 14:38:37 UTC
0394b9f Update link formatting in readme 04 January 2021, 08:35:12 UTC
6c85a6f Merge 3.3.3 release into master 04 January 2021, 08:31:46 UTC
3df083c Merge branch 'master' into v3.3.3-rc 04 January 2021, 08:30:16 UTC
79a3f90 Increment version number 04 January 2021, 08:27:40 UTC
c70ef2a Allow trailing commas in guides() and labs() (#4240) 04 January 2021, 05:18:28 UTC
feaa4bc Fixed typo in map_data() documentation (#4278) (#4303) Co-authored-by: Heath <heathgilham@gmail.com> 28 December 2020, 18:59:31 UTC
593cac5 Increment version number 17 December 2020, 12:30:45 UTC
239047b update cran comments 17 December 2020, 12:30:28 UTC
bab235c polish news 17 December 2020, 12:30:20 UTC
047bb56 Fix links 17 December 2020, 12:27:24 UTC
9deb97b Describe what is ymin, ymax (#4215) * Describe what is ymin, ymax * Restrict to 80 characters wide Co-authored-by: Eric Leung <eric@erictleung.com> * Fix documentation of mean_se Fixed also a tipo on stat_summary * Address latest comments Co-authored-by: Eric Leung <eric@erictleung.com> 14 December 2020, 16:49:59 UTC
1edc33a Update license to MIT 14 December 2020, 13:30:06 UTC
e9c96e4 Fix CI by skipping visual tests when vdiffr is not available (#4192) * Skip visual tests when vdiffr is not available * Add tweak to skip ggsave tests * Update CMD-ckeck.yml * Add http-user-agent * Fix a comment * Require vdiffr except when it's explicitly disabled 14 December 2020, 08:49:19 UTC
d9c902b Compare facet params instead of the whole objects (#4294) 14 December 2020, 08:43:20 UTC
5d72f63 Compare facet params instead of the whole objects (#4294) 09 December 2020, 23:13:17 UTC
b5cc4d6 Fix geom_polygon default colour to NA (#4279) (#4282) * Was incorrectly set to "NA" 03 December 2020, 11:29:58 UTC
e60a3b9 Update documentation to midwest variables (#4274) * Add periods to midwest variables for consistency * Add reference for midwest data See https://git.io/JkSOi (ggplot2 book). * Add missing midwest variable descriptions * Fix variable comment for population to density * Add user note for using midwest dataset * Use canonical form of CRAN acs package link * Document Co-authored-by: GitHub Actions <actions@github.com> 02 December 2020, 00:50:36 UTC
12e61df Clarify that span is only used for loess in stat_smooth (#4261) * Clarify that span is only used for loess in stat_smooth It can be surprising that `span` argument has no effect when number of observations is large. * Change docstring in .r file * Apply suggestions from code review Co-authored-by: Hiroaki Yutani <yutani.ini@gmail.com> * Document Co-authored-by: Hiroaki Yutani <yutani.ini@gmail.com> Co-authored-by: GitHub Actions <actions@github.com> 27 November 2020, 15:20:47 UTC
b76fa96 Drop support for R 3.2 (#4266) * Drop support for R 3.2 * Add a NEWS item 16 November 2020, 16:35:29 UTC
a132727 Fix saving plots with no background (#4244) * If plot theme background is null, set to transparent when saving * Add test for svg with no background * Make checking for NULL background more concise with %||% 28 October 2020, 03:39:55 UTC
7e51849 Do not use RStudio Package Manager for R-devel (#4242) * Do not use RStudio Package Manager for R-devel * Skip test when xml2 is not available * Remove workaround for systemfonts 22 October 2020, 00:04:25 UTC
8aead50 added to scale-hue.r documentation to explain behavior when using named color vectors (#4243) 18 October 2020, 23:14:46 UTC
d700a0b Add missing period at the end of sentence (#4227) 15 October 2020, 15:13:21 UTC
9741da5 Add `oob` arguments to date/datetime position scales. (#4229) * Add `oob` arguments to date/datetime position scales. * Re-oxygenate * Add NEWS bullet for date(time) oob arguments. 15 October 2020, 07:23:54 UTC
ac2b5a7 Fix CI by skipping visual tests when vdiffr is not available (#4192) * Skip visual tests when vdiffr is not available * Add tweak to skip ggsave tests * Update CMD-ckeck.yml * Add http-user-agent * Fix a comment * Require vdiffr except when it's explicitly disabled 06 September 2020, 21:46:10 UTC
6b8dba0 Avoid "<empty>" labels with qplot() (#4191) 06 September 2020, 04:19:33 UTC
813d0bd Set file background from plot theme (#4164) * Add bg argument that defaults to plot.background fill colour * Add NEWS bullet * Add test for background color of saved file 20 August 2020, 20:39:25 UTC
3be0acc Update limits.r (#4171) * Update limits.r * Document Co-authored-by: GitHub Actions <actions@github.com> 14 August 2020, 00:10:50 UTC
6d91349 Docs no longer say Geoms don't have setup_params() method (#4161) * doc no longer says no setup_params() method for geom * added back everything but last sentence 04 August 2020, 15:23:10 UTC
ca24e27 Update stat_ecdf to work either on the x or the y aesthetic. (#4005) * Update stat_ecdf to work either on the x or the y aesthetic, whatever is provided. * Undo breaking change of renaming the stats result and go back to y. * Add bullet to NEWS.md * Fix typo in comments. * Improve comment. * Document Co-authored-by: GitHub Actions <actions@github.com> 04 August 2020, 14:15:39 UTC
f0e561e Update pr-commnads.yaml to the latest (#4157) 02 August 2020, 21:51:18 UTC
65ecdc1 Corrected type: cobination -> combination (#4156) * Corrected type: cobination -> combination * Regenerate documents Co-authored-by: Orry Messer <ORRY1@discovery.co.za> Co-authored-by: Hiroaki Yutani <yutani.ini@gmail.com> 02 August 2020, 12:34:15 UTC
5999889 Fix a typo in pr-command.yaml (#4153) 30 July 2020, 16:36:24 UTC
ca747d8 Fix discrete orientation example in stat_summary (#4152) * replace cyl with factor(cyl) * Regenerate docs Co-authored-by: Hiroaki Yutani <yutani.ini@gmail.com> 30 July 2020, 14:52:34 UTC
b4bc293 Update pkgdown GitHub Action (#4151) * Update pkgdown GitHub Action * Include release event * Fix a typo * Install tidytemplate 29 July 2020, 04:54:56 UTC
8f7b03c Fix CI failures (#4147) * Remove adding libgit2 PPA as r-lib/actions#97 gets merged * Skip geom_quantile() tests if quantreg is not available * Do not install gdal * Tweak * Install only binary packages and use Linux for R-devel 28 July 2020, 23:40:45 UTC
c131022 typos; stick to en-GB; prefer project to website (#4145) * typos; stick to en-GB; prefer project to website Use ColorBrewer project name rather than obsolete website name. Not sure what is meant by "use blender variants" in the last example. Should it be "use binned variants"? * update doc for minor fixes 25 July 2020, 14:19:09 UTC
a3019f9 Regenerate document and add a test to ensure no missing scale_color_*() (#4134) * Regenerate document * Add a test to confirm no missing scale_color_* * Fix regex pattern 13 July 2020, 03:11:11 UTC
4a8c827 Refer to ggplot_global to reduce duplicated codes (#4129) 13 July 2020, 00:48:06 UTC
cc7ac3b WIP: Add scale_color_viridis_b (#4048) * Add scale_color_viridis_b Add missing British to American spellings for scale_colour_viridis_b() * Export scale_color_viridis_b 12 July 2020, 01:28:56 UTC
2ac58ca Document flipped computed variables (#4128) * Update doc of stat_boxplot() * Update doc of stat_smooth() * Explain some depend on orientation and fix a typo * Put "or"s in Italic 12 July 2020, 01:18:40 UTC
800af57 Document computed variable `width` and add a test (#4130) * Document computed variable `width` and add a test * Add a NEWS 11 July 2020, 22:59:43 UTC
325aef2 Warn too many breaks before doing `seq()` (#4132) 11 July 2020, 22:59:11 UTC
dcad61a Handle when `geometry` is not a symbol (#4127) Fix #4122 * Handle when `geometry` is not a symbol * Fix a comment 10 July 2020, 14:45:00 UTC
a11e098 Deprecate guides(... = FALSE) (#4109) Fix #4097 06 July 2020, 03:33:15 UTC
9c66494 Bring stat_ydensity behavior in line with stat_density (#4112) Fix #4111 * stat_ydensity drop groups with fewer than 2 + warn This change is intended to bring behavior of stat_ydensity in line with stat_density. Previously dropped with fewer than 3, now drops with fewer than 2 and will display a warning message when dropping. 06 July 2020, 01:08:39 UTC
97a5f6a Fix aes(groupS) (#4074) Fix #4072 05 July 2020, 07:28:13 UTC
c0dc561 Clear cache (#4117) 04 July 2020, 05:28:47 UTC
31572dc Doesn't try to combine labels if labels are NULL (#4115) * Doesn't try to combine labels if labels are NULL * Changes & to && 04 July 2020, 04:07:22 UTC
3aa2937 Style code used in examples (#4098) Fixes #4092 01 July 2020, 03:15:06 UTC
cb0cfd2 Ignore Rd xref warnings on R 3.2 (#4096) * Set _R_CHECK_RD_XREFS_ * Ignore Rd xref warnings on R 3.2 * Explicitly set xref on all cases in the matrix 26 June 2020, 23:41:02 UTC
d6d8479 typo in random tip startup message (#4099) 26 June 2020, 21:01:37 UTC
b4e3aea More accurate check for palette names (#4093) Some of the names can be NA if more colors are requested than are present in the palette. is_named() would return FALSE in this case, so it's changed here to `!is_null(names(pal))`. 26 June 2020, 04:31:42 UTC
e2eeb6a use sf::sf_project. closes #4090. (#4091) 26 June 2020, 03:29:29 UTC
ccd94e1 Implement default crs for non-sf objects in coord_sf(). (#3659) * Implement default crs for non-sf objects in coord_sf(). * make limits work * cleanup code, write documentation * more accurately specify CRS * handle missing or infinite values in sf_transform_xy(). * fix package build * properly reset bbox at beginning of plot generation * cleanup * check that the coord is of type CoordSf before calling its unique function * scale limit improvements * Register bounding box even for stat_sf_coordinates. Gives better default limits. * finalize handling of limits, improve documentation * unit tests for new coord_sf() features * alternative limit methods * ensure point data is always numeric * expand documentation * delete space * capitalize crs * check against incorrect mapping * update docs * more limits methods * better limits methods * simplify error message * fix error message if scale limits inversion problem * reword warnings and error messages. 24 June 2020, 23:36:58 UTC
7f88a56 Do not pass stringsAsFactors to data_frame() (#4078) 24 June 2020, 12:01:11 UTC
7d05fa3 Fix labeller to pass .default for lookups (#4031) (#4032) * Fix labeller to pass .default for lookups (#4031) Pass .default to as_labeller even when margin_labeller is null, such as when using named arguements for a lookup table. * Correct style, and add line to NEWS.md * Move NEWS bullet into dev version section Co-authored-by: Kara Woo <woo.kara@gmail.com> 23 June 2020, 04:36:50 UTC
b0134b1 Make sure panels are always set to a positive size (#4081) * Make sure panels are always set to a positive size * Add fix to wrap and grid as well 22 June 2020, 14:53:40 UTC
73256c9 Update utilities-tidy-eval.R and use as_label() (#4076) Close #4063 21 June 2020, 06:12:08 UTC
4ac00fe Remove iris (#4077) Fix #4075 21 June 2020, 02:12:03 UTC
112f960 subsequence -> subsequent in docs (#4067) 20 June 2020, 00:54:26 UTC
b36bba8 Add more parens (#4061) * Add more parens * Document * Un-paren 20 June 2020, 00:53:39 UTC
2edcec1 Stop using Travis CI and AppVeyor (#4053) * Stop using Travis CI and AppVeyor * Cleanup .Rbuildignore 20 June 2020, 00:45:08 UTC
98e7eb3 Remove a workaround about rmarkdown on R <3.6 (#4069) 20 June 2020, 00:35:54 UTC
448bea0 Increment version number 19 June 2020, 13:22:14 UTC
0a72828 Turn off unit test that are problematic on the MLK CRAN machine 19 June 2020, 13:19:44 UTC
c8a09d8 Merge branch 'master' of https://github.com/tidyverse/ggplot2 15 June 2020, 06:08:40 UTC
7e9e9d6 Test: Fix Rd cross-ref warnings on R-devel (#4062) 15 June 2020, 06:00:35 UTC
e80242b Increment version number 12 June 2020, 19:59:09 UTC
ac3d712 prep for release 12 June 2020, 19:57:44 UTC
1112582 Add parentheses (#4059) 12 June 2020, 08:15:56 UTC
01df437 Fix CI failures (#4046) 09 June 2020, 11:35:16 UTC
628f264 Add description of undocumented parameters (#4030) * Add description of undocumented parameters Close #3946 * Regenerate .Rd files Co-authored-by: Johan Ejstrud <johan@ejstrud.com> 09 June 2020, 11:28:03 UTC
597c5c9 Explain possible arguments for discrete limits (#4047) * Explain possible arguments for discrete limits Close #3838 * Fix typo * Regenerate .Rd files Co-authored-by: Johan Ejstrud <johan@ejstrud.com> Co-authored-by: Kara Woo <woo.kara@gmail.com> 08 June 2020, 19:22:51 UTC
710b42a Merge pull request #4036 from thomasp85/mapped-discrete-data-frame Add as.data.frame method to mapped_discrete 08 June 2020, 08:13:09 UTC
424bf61 Merge pull request #4037 from tidyverse/patch-ext-site v3.3.1 06 June 2020, 09:55:20 UTC
1f9d0c1 Update DESCRIPTION 06 June 2020, 09:55:02 UTC
1ee9dcf Add details to start parameter of coord_polar (#3893). (#4039) Fix #3893 06 June 2020, 06:25:22 UTC
68ef12c missing stat_function() unit tests (#4028) 05 June 2020, 20:12:08 UTC
c119561 Update NEWS to include discrete color scale options from #3833 (#4042) 05 June 2020, 07:47:09 UTC
f7bd516 Merge branch 'master' into patch-ext-site 02 June 2020, 14:53:03 UTC
dc3b103 update news 28 May 2020, 07:34:44 UTC
dcf8a4d update cran comments 28 May 2020, 07:30:55 UTC
f2136fc Bump version 28 May 2020, 07:28:36 UTC
4dffe37 remove old ext url 28 May 2020, 07:28:27 UTC
1f1e785 Add as.data.frame method to mapped_discrete that strips the class so that recycling is possible 28 May 2020, 07:04:48 UTC
2b03e47 Minor documentation fixes. (#4026) 25 May 2020, 14:08:05 UTC
323af07 Fix geom_ribbon() on non-cartesian Coords (#4025) * Process upper and lower lines separately * Update test expectations 25 May 2020, 08:01:24 UTC
4826838 fix stat_function() regression (#4016) * fix stat_function() regression * fix test 21 May 2020, 14:54:05 UTC
dbbcd43 Add unit tests for mapped_discrete vector class (#4010) 19 May 2020, 14:19:04 UTC
f802c5e Fix #4008 allow NULL to be passed through new_mapped_discrete() (#4009) 19 May 2020, 06:36:43 UTC
9ac9ff5 Configurable qualitative color scales (#3833) 19 May 2020, 06:36:11 UTC
37ed660 Better binning algorithm for contours (#4006) * better binning algorithm. closes #4004 * update news * better results for bins == 1 18 May 2020, 14:10:32 UTC
908edc9 remove NA breaks before creating the guides (#3999) 18 May 2020, 08:19:07 UTC
42cc72d export binned_scale (#3912) 18 May 2020, 07:15:29 UTC
5aca1be Fix #3995 export scale_alpha_binned (#3996) 18 May 2020, 07:07:25 UTC
a9ffcb0 Allow using optional_aes in Stat (#4002) 18 May 2020, 07:06:58 UTC
0f725e1 improve aesthetic documentation (#3788) * improve aesthetic documentation * rewording alpha description * clean up colour fill alpha docs * clean up aes group order * cleanup linetype size shape * clean up aes position * minor cleanup * copy edits * copy edit Co-authored-by: Claus Wilke <wilke@austin.utexas.edu> 16 May 2020, 17:04:23 UTC
e3fbccc Make stat_function() work with empty input data. (#3984) * make stat_function() work with empty input data. fixes #3983. * update news item, fix documentation, add unit tests * one more test 15 May 2020, 19:48:48 UTC
back to top