teunbrand / ggnomics

A small project to add ggplot2 extensions
https://teunbrand.github.io/ggnomics/
Other
80 stars 4 forks source link

facet_nested merges strips when parents mismatch #4

Closed teunbrand closed 5 years ago

teunbrand commented 5 years ago

facet_grid behaviour:

[ 1 ][ 2 ][ 2 ]
[ 3 ][ 3 ][ 4 ]

What it does now:

[ 1 ][    2    ]
[    3    ][ 4 ]

What it should do:

[ 1 ][    2   ]
[ 3 ][ 3 ][ 4 ]

Should set defaults to do third option, give argument to do second option.

teunbrand commented 5 years ago

Added new bleed argument, which controls this behaviour.