Skip to content

Conversation

@cvigilv
Copy link

@cvigilv cvigilv commented Feb 15, 2025

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

Related issues

Closes #10

Checklist

  • I am following the contributing guidelines
  • Tests are passing
  • Lint workflow is passing
  • Docs were updated and workflow is passing

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
@cvigilv
Copy link
Author

cvigilv commented Feb 25, 2025

@BenjaminDoran Could you give this a look?

@cvigilv
Copy link
Author

cvigilv commented Feb 25, 2025

Closed in favor of #15

@cvigilv cvigilv closed this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add markers in nodes position

1 participant