corybrunson / ggalluvial

ggplot2 extension for alluvial plots
http://corybrunson.github.io/ggalluvial/
GNU General Public License v3.0
492 stars 35 forks source link

single alluvial geom #2

Closed corybrunson closed 7 years ago

corybrunson commented 7 years ago

Currently, the multi-category stat and geom layers operate in tandem, while the time series stat and geom operate wholly separately. What makes more sense is to have two stat layers, one for each type of data, and only one geom_alluvium(), which is fed an appropriately transformed data frame from either stat layer.

corybrunson commented 7 years ago

(Still unfamiliar with closing issues.) This was done, a bit differently than described here, in the recent merge from the "lodes" branch. See the new vignette for details.