Pierre Morel

Results 51 comments of Pierre Morel

Hi @matthijscox , That looks great and pull-request worthy! Do you think there would be a way to compute the shift automatically from the size if there is not other...

Hi Andy, What you are looking for is ```update()```, you can find examples in examples.m, section ["Superimposing gramm plots with update(): Using different groups for different stat_ and geom_ methods"](https://htmlpreview.github.io/?https://github.com/piermorel/gramm/blob/master/html/examples.html#27)...

Salut Romain, To get what you want the only way is to provide gramm with the per-individual per-condition means. The good news is that if your data is already organized...

Hi @behinger, Thanks for the feedback. That must be an issue with gramm trying to be clever figuring out how the data is organized in order to "extend" x... which...

Hi Tudor, It's indeed kind of possible to do what you want with `update()` and providing your subjects as a `'group'` variable in the `update()` call, and then using `geom_line()`....

Hi homonym @PierreP92 , Thanks for the feedback. You can reorder the x axis if it's categorical, but it doesn't seem to be what you have in mind ! You...

Hi, thanks for the feedback! I indeed have to make the way to interact these objects more uniform... In the meantime the fastest way is to modify the bars after...

As for common ways to set options, I have something like that in geom_label() in order customize text colors... What do you think about it?

Nice result! You are welcome to do a pull request. Two things off the top of my head: - check that your changes also work when using the stacked option...

I created a different issue on the stacked bars by copying your comments. Good catch, stacked bars can be surprisingly tricky.