diff --git a/maxdiv/gui.py b/maxdiv/gui.py index c4a13dd..122bc3b 100644 --- a/maxdiv/gui.py +++ b/maxdiv/gui.py @@ -1058,6 +1058,8 @@ def updatePlot(self): plots[0].set_xlim(self.timesteps[0], self.timesteps[-1]) else: plots[0].set_xlim(self.timesteps[self._xlim[0]], self.timesteps[self._xlim[1]]) + for plt in plots: + plt.grid() # Plot detections if len(self.detections) > 0: