I am modelling macadamia using VLAB and generating a MTG to store the tree at various times.
When I try to view the tree using the code in display.py it throws an ArgumentError.
It seems to occur due the last line in this MTG.
import openalea.mtg as om
g = om.MTG(“ModelMTG_Test.mtg”)
pf = om.PlantFrame(g)
pf.plot(g,gc=False)
The MTG file is ModelMTG_Test.mtg
Hoping someone can solve this issue or suggest how I need to change the MTG. The MTG works well in all other aspects
Best Regards
Neil White