ggparallel
ggparallel copied to clipboard
R package for creating hammock plots and parallel sets plots using the ggplot2 framework.
Hi there, We have been preparing for a new release of ggplot2 and during a reverse dependency check, it became apparent that the prospective ggplot2 3.5.0 would break ggparallel's units...
It should fix issue #4 . It worked at least on the data I used.
this should fix issue #2 - at least if I understood the purpose of this parameter correctly
Hello Unfortunately I am having some issues running the ggparallel function regarding one variable (and only this one). I keep receiving the following error message: Error in max(value) - min(value)...
Awesome package! But, the shadows under the labels look kind of ugly and decrease the text readability. I would love a parameter to disable label-shadows.
By default (label = TRUE), each level is labelised with its name, or is not labelised if label = FALSE. It could be interesting to labelise each level with the...