Skip to content
Snippets Groups Projects
Verified Commit 615f8091 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Improve colour map for DOM activity

parent a4bb32f7
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,8 @@ class DOMActivityPlotter(kp.Module):
"DOM Activity for DetID-{} - via Summary Slices".format(
self.detector.det_id),
vmin=0.0,
vmax=15 * 60)
vmax=15 * 60,
cmap="cividis")
def main():
......
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