Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdding/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! |
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.