Stéphane Guillou
Stéphane Guillou
Excellent, thank you for the explanations !! It makes more sense now that I know the podcasts and the featured part are static. Also, I noticed that the search for...
Agree that sorting in chronological order (oldest episode at the top) would be very useful. I started listening to a podcast with more than 100 episodes recently, and always have...
I believe that a first quick step to resolve this issue would be to properly document the current behaviour. In version 0.4.0, the argument's description is as follows: > `common.legend`:...
As I see it, this could be closed as it was about data preparation before using ggsankey. Is that correct?
It seems the labels are only duplicated when there is a mix of integers and `NA`s in the node's `next_x`. It seems it is not specific to `geom_alluvial_text()`, it also...
@nearinj and @cvaldezerea , do you still have this issue when using a network that's not restricted in any way (outside an entreprise / institutional network)? If not, this could...
Just contributing my version of the same function, which also works for unbalanced cases where the totals in each stage are not the same. (In other words: where flows stop...
I agree this would be very handy to increase readability of all `geom_mark_*() functions when there are many categories or when they inconveniently overlap. I think `con.colour` could similarly be...
I think `'inherit'` would be sufficient as I don't expect it would be particularly popular to colour the connectors and labels with a scale different to the ellipses'.
Note that this is not specific to facets. Here is a simpler example with two single maps, trying to make it as minimal as possible (source .Rmd and output .html...