Constantin
Constantin
Hi eggrandio, sorry no update on this. I think the best way to achieve this is still to fork the package and modify the [`make_combination_matrix_plot()`](https://github.com/const-ae/ggupset/blob/master/R/axis_combmatrix.R#L241) function. It actually shouldn't be...
Sorry, without a minimal reproducible example I cannot help you. The trick usually is to manually increase the domain of the y-axis (`ylim(-5, 20)`) to make sure that all the...
Hi Brittany, I have to admit, I am still not quite sure that I understand what this issue is about. I made a small reproducible example, where I use `ylim(ymin,...
Hi Brittany, no problem. I agree that it would be nice to have that feature, the problem is that removing elements outside of the `ylim()` is pretty deeply engrained in...
Hey, thank you for raising the issue. You are of course right: the way the axis currently inherits the aspect ratio is bad. I guess the easiest way to solve...
Thanks for the great example. There are certainly some upsides to using guides for the comb_matrix, it seems they fit more naturally into the ggplot framework than the CoordTrans system....
Hey Reuben, please take a look at the advanced example in the [README](https://github.com/const-ae/ggsignif). Best, Constantin
Hi Rachael, yes you are right, that indeed seems to be a bug and thank you for the reproducible example, which made it easy to understand what is happening. I...
That's a good question. I am currently finishing something up for the next week, but planed to go on holidays afterwards. So if the other project works smoothly (usually it...
Great, that you give it a try. Don't hesitate to ask, if anything is unclear :)