Implement all basic recipes for rectangular trees#15
Implement all basic recipes for rectangular trees#15cvigilv wants to merge 6 commits intoBenjaminDoran:mainfrom
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