import matplotlib.pyplot as plt
import pylinac

pylinac.settings.ARRAY_COLORMAP = plt.cm.viridis
pylinac.TrajectoryLog.run_demo()