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

Resolve "Adjusting color scale on DOM activity plot"

parent 922e8b82
Branches
Tags
1 merge request!29Resolve "Adjusting color scale on DOM activity plot"
Unreleased changes Unreleased changes
------------------ ------------------
* Reversed the colours of the DOM activity map
Version 2 Version 2
--------- ---------
2.1.6 / 2021-12-01 2.1.6 / 2021-12-01
......
...@@ -95,7 +95,7 @@ class DOMActivityPlotter(kp.Module): ...@@ -95,7 +95,7 @@ class DOMActivityPlotter(kp.Module):
self.detector.det_id), self.detector.det_id),
vmin=0.0, vmin=0.0,
vmax=15 * 60, vmax=15 * 60,
cmap="cividis") cmap="cividis_r")
def main(): def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment