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

plot 3d require order property in mtg #45

Open
pomme-abricot opened this issue Jul 12, 2021 · 0 comments
Open

plot 3d require order property in mtg #45

pomme-abricot opened this issue Jul 12, 2021 · 0 comments
Assignees

Comments

@pomme-abricot
Copy link
Collaborator

The visualization 3d require a order property.
The problem can be avoided using:

from openalea.mtg.algo import orders
g.properties()['order'] = orders(g)

But it has to be used for each genotype of the MTG.

It should be added to the plot3d function.

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

No branches or pull requests

2 participants