PyTuflow: Difference between revisions

Content deleted Content added
Line 574:
 
==getLongProfileTimeOfMax==
<b>getLongProfileTimeOfMax ()</b><br>
Returns the time of maximum water level along the current profile. Note getLongProfileData method must be called prior to calling this method<b>
;Parameters:
Line 620:
 
# add to plot to secondary axis
ax2.plot(tom_x, tom_y, label='Time of Maximum', linestyle='--')
# combine axis legends and add to plot