Michael Jonathan Dr. Hugh Williams PHYS 414-401 23 January 2019 Basic Function Plot
Michael Jonathan Dr. Hugh Williams PHYS 414-401 23 January 2019 Basic Function Plot
# Load the the pyplot library giving it the nickname "plt" for short
import matplotlib.pyplot as plt
# Adding Labels
plt.title('Michael Jonathan')
plt.xlabel('Angle [radians]')
plt.ylabel('Magnitude of Displacement [mm]')
# Load the the pyplot library giving it the nickname "plt" for short
import matplotlib.pyplot as plt
# Adding Labels
plt.title('Velocity Dependence of the Electron Mass')
plt.xlabel('Velocity as a Fraction of the Speed of Light')
plt.ylabel('Relativistic Electron Mass [kg]')