PyTuflow: Difference between revisions

Content deleted Content added
Line 619:
ax2 = ax.twinx() # initialise secondary axis
 
# add to plot toon secondary axis
ax2.plot(tom_x, tom_y, label='Time of Maximum', linestyle='--')