This commit is contained in:
2026-04-08 15:49:19 +02:00
parent c74862a31b
commit 04b3b4ed56
+1 -1
View File
@@ -37,7 +37,7 @@ class LivePlot():
self.jdisplay.update(self.fig)
def run(self, cmap: str = 'bone', cmap_pattern: str ='inferno'):
def run(self, cmap: str = 'bone_r', cmap_pattern: str ='inferno'):
while self.liverunning.is_set():
self.getnext()