Note
Click here to download the full example code
Read hyd and plotΒΆ
Minimum example
from mafredo import *
# First create the object
vessel = Hyddb1.create_from_hyd('barge.hyd')
# and finally plot
vessel.plot()
Total running time of the script: ( 0 minutes 2.850 seconds)