Skip to content
Snippets Groups Projects
Commit 76c0e9a6 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Shrink plot

parent 2b2ce461
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ class TriggerRate(kp.Module):
"""Create the trigger rate plot"""
print('\n' + self.__class__.__name__ + ": updating plot.")
fig, ax = plt.subplots(figsize=(16, 4))
fig, ax = plt.subplots(figsize=(16, 3))
for trigger, rates in self.trigger_rates.items():
if not rates:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment