-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following something through variables #12
Comments
Can you give an example with code or graph please. |
What I would like is for the GradYear to follow through PGY12 PGY34 etc, so I don't have to stick the extra GradYears in to see the breakup. Hope this helps. |
Thank you for the detailed example! I can now see what you are trying to do and it is good to see that the command is at least working for all these layers :) You have a very specific implementation request so I have to think about a generic implementation to be able to It might even be better to split each year into different Alluvials and then use graph combine to stack them on top of each other. Otherwise the way it is done now, over inflates the Metro category. |
merge with #18 |
I am trying to track movements by year - so seeing how people move between places by their graduation year. Currently the only way I can seem to do it is alluvial GradYear var1 GradYear v2 etc etc. Ideally I would like to dosomething like by GradYear: alluvial var1 var2 etc, but have all the gradyears on the graph.
The text was updated successfully, but these errors were encountered: