Removed unnecessary log10 call in plotting
This PR removes an unnecessary call to math.log10
thereby removing a potential ValueError
when zeros creep into a log scale.
This PR removes an unnecessary call to math.log10
thereby removing a potential ValueError
when zeros creep into a log scale.