-
Notifications
You must be signed in to change notification settings - Fork 1
Implement all basic recipes for rectangular trees #15
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
base: main
Are you sure you want to change the base?
Implement all basic recipes for rectangular trees #15
Conversation
Introduced TreeScatter recipe for scatter plots of tree nodes and exported new functions: - Added TreeScatter recipe with customizable attributes - Implemented Makie.plot! function for TreeScatter - Exported treescatter and treescatter! functions - Updated documentation with new treescatter function details - Removed marker-related attributes from TreePlot recipe
- Add nodeordering attribute to TreeScatter recipe - Import AbstractTrees and PreOrderDFS in BasicTreePlotsMakieExt.jl - Update plot! function to use nodeordering for scatter plotting - Add nodeordering documentation in BasicTreePlots.jl
…nd `treecladelabel`
Current status
|
|
I was thinking on renaming the functions to (1) shorten them and (2) make them more similar to
Let me know what you think, I really like the ggtree convention but its to atomic for how this package is structured. |
|
Update: due to how the plotting works, the |


Decided to implement all the things I wish to have ASAP here. The list is:
treeplottreescattertreelabeltreecladelabeltreeareatreepietreecollapsedRelated issues
Related #9, #10.
Superseeds #13.
Checklist