From 6029642b780c73a06c5d058e9364bcf683dfbbf7 Mon Sep 17 00:00:00 2001 From: anderssandstrom Date: Tue, 6 Oct 2020 19:53:38 +0200 Subject: [PATCH] Update ecmcFFTGui.py --- tools/ecmcFFTGui.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/ecmcFFTGui.py b/tools/ecmcFFTGui.py index 001e236..d03b22e 100644 --- a/tools/ecmcFFTGui.py +++ b/tools/ecmcFFTGui.py @@ -8,9 +8,7 @@ # Created on: October 6, 2020 # Author: Anders Sandström # -# Heavily inspired by: https://exceptionshub.com/real-time-plotting-in-while-loop-with-matplotlib.html -# -# Extends the ecmcTrend class will epics pv callbacks +# Plots two waveforms (x vs y) updates for each callback on the y-pv # #*************************************************************************