mirror of
https://gitlab.ethz.ch/nux/spring.git
synced 2026-09-19 08:22:10 +02:00
bf
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user