corybrunson / ggalluvial

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

Updates to vignette #74

Closed qdread closed 3 years ago

qdread commented 3 years ago

Hi Cory, I started this issue to work on the updates to the Shiny/ggalluvial vignette that we talked about back in November on #69 . I am starting it in the vignette-updates branch on my fork.

So far I have solved the problem of unequal size of each row which was pretty easy.

To-do list:

I'll update you with any progress!

corybrunson commented 3 years ago

@qdread great, thank you—i'll watch out for updates and be ready to help if...helpful.

Would you mind converting your bulleted list to a checkbox list? If more things turn out to be appropriate for the next version, then they can be added, as well as accomplished tasks marked as done.

qdread commented 3 years ago

I am making good progress on this. The branch has half a dozen commits on it and will have a few more before it's done. I was wondering what is your preference: keep all the commits "as is" or rebase them so there are fewer commits cluttering up your history if the PR gets merged?

corybrunson commented 3 years ago

@qdread i'm not too concerned with the proliferation of commits! But i also never learned to rebase, so i would lean against it even if i were. (My major problem is doing too much in one commit.)