Browse Source

implements perception linear gradient

this implements the usage of a simple version of the inferno perception linear gradient to plot Heatmaps and FFTs.
Patrick Schreiber 8 years ago
parent
commit
321e4278d7
5 changed files with 3 additions and 4 deletions
  1. 1 1
      KCG/VERSION
  2. 0 1
      KCG/base/groupedelements.py
  3. 0 0
      KCG/base/plotWidget.py
  4. 0 1
      KCG/widgets/timingWidget.py
  5. 2 1
      setup.py

+ 1 - 1
KCG/VERSION

@@ -1 +1 @@
-0.2.3.153.0304-beta
+0.2.3.154.0304-beta

+ 0 - 1
KCG/base/groupedelements.py

@@ -235,7 +235,6 @@ class LivePlotWindows():
             self.plotWindows[board_id].append(window)
         else:
             self.plotWindows[board_id] = [window, ]
-        print self.plotWindows[board_id]
     def getWindows(self, board_id):
         """
         Get the list of registered plot windows.

File diff suppressed because it is too large
+ 0 - 0
KCG/base/plotWidget.py


+ 0 - 1
KCG/widgets/timingWidget.py

@@ -189,7 +189,6 @@ class timingPlotWidget(kcgw.KCGWidgets):
         :param spacing:
         :return:
         """
-        strs = []
         return [str(int(v)) for v in values]
 
     def line_plot(self):

+ 2 - 1
setup.py

@@ -5,7 +5,7 @@ DESCRIPTION = "KCG KAPTURE Control Gui"
 
 setup(
     name='KCG',
-    version='0.2.3.153.0304-beta',
+    version='0.2.3.154.0304-beta',
     author='Patrick Schreiber',
     author_email='uldfk@student.kit.edu',
 #    license='GPL',
@@ -31,3 +31,4 @@ setup(
 
 
 
+

Some files were not shown because too many files changed in this diff