Teun van den Brand

Results 172 issues of Teun van den Brand

Mainly for the fill values of the matrix. `hic_obsexp`: A kind of observed over expected transformation for fill values. Would be possible to add a kind of `decay` parameter that...

enhancement

Hello there, Thank you for this package, I've found it very useful! I think I might have found an inconsistency in the `shape_string()` function that (probably) gives an incorrect value...

I was working on some code related to legends, and found out that the legend guide doesn't do inheritance of the `legend.spacing.{x/y}` theme elements from the parent `legend.spacing` element. When...

This PR aims o fix #83. Briefly, it takes Paul's advice [here](https://github.com/slowkow/ggrepel/issues/83#issuecomment-547598426) to cast everything to an absolute unit as soon as possible, and then refuse to deal with other...

This PR aims to fix #169. Briefly, this PR gives `geom_text_repel()` a `grob` argument that can be used to provide a different grob constructor than `textGrob()`. You can pass, for...

Hi Kamil and others, I have been musing for a while that it'd be great if we could have axis text repelled. This could be great for e.g. heatmaps that...

**Describe the bug** The `upset_themes` variable is instantiated upon package build instead of package load. The bug is not *that* terrible, one just has to rebuild the package with the...

potential-bug

This PR adds a section to the 'Extending ggplot2' vignette about making guide extensions. The content was mostly lifted from the putative blog post about the new release. We can...

This PR aims to fix #5588. Currently set as draft until checks are passing and revdepcheck issues are resolved.

This PR aims to fix #3748. Briefly, it sprinkels `@seealso` links to the book all over the place. It currently links to the 3rd edition that is still WIP, and...