-
Notifications
You must be signed in to change notification settings - Fork 29
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
Adding/Removing the Node/Edge legends individually. #202
Comments
Hello @grabear, thanks for the suggestion and offer to help! This was a pretty easy change, so I just when ahead and did it. Install the dev versions and try:
|
No problem! This package is awesome, so I'm excited to contribute once I finish the project I'm working on with metacoder. Nice update! |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An option like make_legend = FALSE could exist for the edge legend and for the node legend separately.
Currently, the make_legend parameter controls both. In some cases you might only want one or the other. This might help save space in reference to file size and the plot dimensions.
So in the heat_tree function, there could be a make_node_legend parameter and a make_edge_legend parameter.
I know that implementing this might span across several scripts. If you could point me in the right direction, I would be happy to add this.
The text was updated successfully, but these errors were encountered: