PyTuflow: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) |
Ellis Symons (talk | contribs) |
||
Line 619:
ax2 = ax.twinx() # initialise secondary axis
# add to plot
ax2.plot(tom_x, tom_y, label='Time of Maximum', linestyle='--')
| |||