Skip to content
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

bug fix #132

Merged
merged 1 commit into from
Nov 23, 2024
Merged

bug fix #132

merged 1 commit into from
Nov 23, 2024

Conversation

KlausVigo
Copy link
Contributor

Hi Emmanuel,

plotting a "fan" tree, which is in "postorder" ordering failed with the development version.

tr <- rtree(10)
tr <- reorder(tr, "postorder")
plot(tr, "fan")

This should solve this problem.

Cheers,
Klaus

@emmanuelparadis emmanuelparadis merged commit 0fadfac into emmanuelparadis:master Nov 23, 2024
1 of 9 checks passed
@emmanuelparadis
Copy link
Owner

Hi Klaus,
Thanks!
Cheers,
Emmanuel

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.

2 participants