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

Merge branch '71-adjusting-color-scale-on-dom-activity-plot' into 'master'

Resolve "Adjusting color scale on DOM activity plot"

Closes #71

See merge request !29
parents 922e8b82 5dc0f337
No related branches found
No related tags found
1 merge request!29Resolve "Adjusting color scale on DOM activity plot"
Pipeline #24121 passed
Unreleased changes
------------------
* Reversed the colours of the DOM activity map
Version 2
---------
2.1.6 / 2021-12-01
......
......@@ -95,7 +95,7 @@ class DOMActivityPlotter(kp.Module):
self.detector.det_id),
vmin=0.0,
vmax=15 * 60,
cmap="cividis")
cmap="cividis_r")
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