Teun van den Brand

Results 172 issues of Teun van den Brand

This PR aims to partially fix #2239 and is intended to replace #2749. It is a work in progress as a few things might need to happen before this is...

This PR aims to fix #5497. Briefly, `dpi` is applied when units are specified in pixels, not *just* for raster output types. This edits the description to clarify this.

This issue is a follow-up on #2555, where all colour/fill scales exposed their `aesthetics` argument, to allow for non-standard aesthetics in extension packages. The question here is, should other scales,...

scales :snake:
API change 😈

This PR aims to fix #5816. Briefly, it restores the behaviour pre-3.5.0 that `breaks = NULL` would omit ticks and labels but include the axis line. In addition, that behaviour...

This PR aims to fix #5831. Briefly, it now applies `remove_missing()` before forwarding the data to `curveGrob()`. This prevents an issue with when the endpoints are missing values. In the...

This PR aims to fix a roadblock for #5833 and fixes https://github.com/tidyverse/ggplot2/pull/3164#discussion_r260336700. Briefly, applying the default aesthetics for `geom_sf()` happended in `sf_grob()` instead of the typical `Geom$use_defaults()`. This brings `geom_sf()`...

This is a proof-of-concept PR exploring to fix #5820. Briefly, this PR adds extra spacers to the axis gtable that have 'null' units so that the spacers take up the...

This PR aims to fix #5821. Briefly, it renames `scale_*_gradient()` to `scale_*_gradient_seq()` for sequential scales, and renames `scale_*_gradient2()` to `scale_*_gradient_div()` for diverging scales. The old names are kept as aliases.

This PR aims to fix #5770. Briefly, it adds a `palette` argument to discrete scales that can be used to customise the position discrete variables are placed in. Demonstrations perhaps...

The idea behind exposing a palette to discrete position scales is that the palette can be used to set custom spacings between discrete variables. Currently the 'palette' of discrete position...

scales :snake: