diff --git a/light-wave.py b/light-wave.py index 9e38e6c..1560a3e 100644 --- a/light-wave.py +++ b/light-wave.py @@ -24,7 +24,11 @@ plt.xlabel("<--- Oldest (Time) Latest --->") plt.ylabel("Light") plt.legend(loc='lower left') ax.set_xticklabels(()) +ax.grid(b=True, linestyle='dashdot', which='major', color='grey', linewidth=0.5) +# Minor grid marks -- uncomment to display +# ax.grid(b=True, linestyle='dashdot', which='minor', color='grey', linewidth=0.5) +# plt.minorticks_on() # Updates the line chart for factory1 def animate1(i, ys):