A few improvements to EV plot
- Display a grid and x ticks so the user can see the EV shape timing.
- Use the
matplotlib.pyplot.step
function rather than theplot
function. - A couple of other minor tweaks
matplotlib.pyplot.step
function rather than the plot
function.