diff --git a/evaluation/1Layer Activity.py b/evaluation/1Layer Activity.py index e7314d8..827d7e2 100644 --- a/evaluation/1Layer Activity.py +++ b/evaluation/1Layer Activity.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/1Layer PHI.py b/evaluation/1Layer PHI.py index dcb498a..c60aaee 100644 --- a/evaluation/1Layer PHI.py +++ b/evaluation/1Layer PHI.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/1Layer Suscept.py b/evaluation/1Layer Suscept.py index 1f3d90d..e8d3fb2 100644 --- a/evaluation/1Layer Suscept.py +++ b/evaluation/1Layer Suscept.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/1LayerPHI.py b/evaluation/1LayerPHI.py index 41465c5..fde84ea 100644 --- a/evaluation/1LayerPHI.py +++ b/evaluation/1LayerPHI.py @@ -3,7 +3,7 @@ """ Created on Wed Sep 27 04:39:54 2023 -@author: astral +@author: timofej """ import os import json diff --git a/evaluation/2Layer Activity.py b/evaluation/2Layer Activity.py index 0b983b8..0d66a23 100644 --- a/evaluation/2Layer Activity.py +++ b/evaluation/2Layer Activity.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/2Layer Sonic.py b/evaluation/2Layer Sonic.py index 42cfeec..9d16b06 100644 --- a/evaluation/2Layer Sonic.py +++ b/evaluation/2Layer Sonic.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/2Layer Suscept.py b/evaluation/2Layer Suscept.py index 181e649..114e6bb 100644 --- a/evaluation/2Layer Suscept.py +++ b/evaluation/2Layer Suscept.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/2Layer fft.py b/evaluation/2Layer fft.py index a00b2d0..9070823 100644 --- a/evaluation/2Layer fft.py +++ b/evaluation/2Layer fft.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ from plot import qtplot diff --git a/evaluation/2Layer phiplot.py b/evaluation/2Layer phiplot.py index aeaf17f..6b1d432 100644 --- a/evaluation/2Layer phiplot.py +++ b/evaluation/2Layer phiplot.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/2axplot.py b/evaluation/2axplot.py deleted file mode 100644 index a40f7be..0000000 --- a/evaluation/2axplot.py +++ /dev/null @@ -1,60 +0,0 @@ -""" -Demonstrates a way to put multiple axes around a single plot. - -(This will eventually become a built-in feature of PlotItem) -""" - - -import pyqtgraph as pg - -pg.mkQApp() - -pw = pg.PlotWidget() -pw.show() -pw.setWindowTitle('pyqtgraph example: MultiplePlotAxes') -p1 = pw.plotItem -p1.setLabels(left='axis 1') - -## create a new ViewBox, link the right axis to its coordinate system -p2 = pg.ViewBox() -p1.showAxis('right') -p1.scene().addItem(p2) -p1.getAxis('right').linkToView(p2) -p2.setXLink(p1) -p1.getAxis('right').setLabel('axis2', color='#0000ff') - -## create third ViewBox. -## this time we need to create a new axis as well. -p3 = pg.ViewBox() -ax3 = pg.AxisItem('right') -p1.layout.addItem(ax3, 2, 3) -p1.scene().addItem(p3) -ax3.linkToView(p3) -p3.setXLink(p1) -ax3.setZValue(-10000) -ax3.setLabel('axis 3', color='#ff0000') - - -## Handle view resizing -def updateViews(): - ## view has resized; update auxiliary views to match - global p1, p2, p3 - p2.setGeometry(p1.vb.sceneBoundingRect()) - p3.setGeometry(p1.vb.sceneBoundingRect()) - - ## need to re-update linked axes since this was called - ## incorrectly while views had different shapes. - ## (probably this should be handled in ViewBox.resizeEvent) - p2.linkedViewChanged(p1.vb, p2.XAxis) - p3.linkedViewChanged(p1.vb, p3.XAxis) - -updateViews() -p1.vb.sigResized.connect(updateViews) - - -p1.plot([1,2,4,8,16,32]) -p2.addItem(pg.PlotCurveItem([10,20,40,80,40,20], pen='b')) -p3.addItem(pg.PlotCurveItem([3200,1600,800,400,200,100], pen='r')) - -if __name__ == '__main__': - pg.exec() \ No newline at end of file diff --git a/evaluation/4Layer Activity.py b/evaluation/4Layer Activity.py index 704ce38..596a8a0 100644 --- a/evaluation/4Layer Activity.py +++ b/evaluation/4Layer Activity.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/4Layer Bootstrap Resultant.py b/evaluation/4Layer Bootstrap Resultant.py index 87ce790..0a084e5 100644 --- a/evaluation/4Layer Bootstrap Resultant.py +++ b/evaluation/4Layer Bootstrap Resultant.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import os diff --git a/evaluation/4Layer Bootstrap.py b/evaluation/4Layer Bootstrap.py index 7b90edf..4e1ab8f 100644 --- a/evaluation/4Layer Bootstrap.py +++ b/evaluation/4Layer Bootstrap.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Causal 4way resultant.py b/evaluation/4Layer Causal 4way resultant.py index d248909..5c1f46d 100644 --- a/evaluation/4Layer Causal 4way resultant.py +++ b/evaluation/4Layer Causal 4way resultant.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Causal Significance.py b/evaluation/4Layer Causal Significance.py index b0c681e..e68c8ea 100644 --- a/evaluation/4Layer Causal Significance.py +++ b/evaluation/4Layer Causal Significance.py @@ -3,7 +3,7 @@ """ Created on Sat Sep 9 22:23:30 2023 -@author: astral +@author: timofej """ import os diff --git a/evaluation/4Layer Causal resultant.py b/evaluation/4Layer Causal resultant.py index 0d49fb8..1f979e9 100644 --- a/evaluation/4Layer Causal resultant.py +++ b/evaluation/4Layer Causal resultant.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import os diff --git a/evaluation/4Layer EI to Phase Survey.py b/evaluation/4Layer EI to Phase Survey.py index 473e1ac..d0465bf 100644 --- a/evaluation/4Layer EI to Phase Survey.py +++ b/evaluation/4Layer EI to Phase Survey.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Percolation small eps.py b/evaluation/4Layer Percolation small eps.py index eb4bc7c..1609689 100644 --- a/evaluation/4Layer Percolation small eps.py +++ b/evaluation/4Layer Percolation small eps.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Phase to EI Survey.py b/evaluation/4Layer Phase to EI Survey.py index 1e5af45..a3eb7d9 100644 --- a/evaluation/4Layer Phase to EI Survey.py +++ b/evaluation/4Layer Phase to EI Survey.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Res+EI.py b/evaluation/4Layer Res+EI.py index 5c2c76e..be6efb1 100644 --- a/evaluation/4Layer Res+EI.py +++ b/evaluation/4Layer Res+EI.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Resultant 4way Phase Evolution.py b/evaluation/4Layer Resultant 4way Phase Evolution.py index 876a03a..d85019c 100644 --- a/evaluation/4Layer Resultant 4way Phase Evolution.py +++ b/evaluation/4Layer Resultant 4way Phase Evolution.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Resultant Evolution.py b/evaluation/4Layer Resultant Evolution.py index c3a928d..664dacb 100644 --- a/evaluation/4Layer Resultant Evolution.py +++ b/evaluation/4Layer Resultant Evolution.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Resultant Phase Evolution.py b/evaluation/4Layer Resultant Phase Evolution.py index 9c1036c..fd64df7 100644 --- a/evaluation/4Layer Resultant Phase Evolution.py +++ b/evaluation/4Layer Resultant Phase Evolution.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import json diff --git a/evaluation/4Layer Resultant.py b/evaluation/4Layer Resultant.py index 3dbcb42..3aa94c5 100644 --- a/evaluation/4Layer Resultant.py +++ b/evaluation/4Layer Resultant.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 14:59:22 2023 -@author: astral +@author: timofej """ import os diff --git a/evaluation/4Layer Significance.py b/evaluation/4Layer Significance.py index 62371bd..030dad4 100644 --- a/evaluation/4Layer Significance.py +++ b/evaluation/4Layer Significance.py @@ -3,7 +3,7 @@ """ Created on Sun Sep 10 07:07:28 2023 -@author: astral +@author: timofej """ import sys as _sys diff --git a/evaluation/4Layer Sonic.py b/evaluation/4Layer Sonic.py index 71416bf..9c8415c 100644 --- a/evaluation/4Layer Sonic.py +++ b/evaluation/4Layer Sonic.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/4Layer phiplot.py b/evaluation/4Layer phiplot.py index 46d5345..9d689ba 100644 --- a/evaluation/4Layer phiplot.py +++ b/evaluation/4Layer phiplot.py @@ -2,7 +2,7 @@ """ Created on Tue Aug 30 14:25:12 2022 -@author: timof +@author: timofej """ import sys diff --git a/evaluation/4laysign.py b/evaluation/4laysign.py index d09acb3..9e8d42a 100644 --- a/evaluation/4laysign.py +++ b/evaluation/4laysign.py @@ -3,7 +3,7 @@ """ Created on Sun Sep 10 07:07:28 2023 -@author: astral +@author: timofej """ import sys as _sys diff --git a/evaluation/phi.py b/evaluation/phi.py index 45a6b7f..80bc0f9 100644 --- a/evaluation/phi.py +++ b/evaluation/phi.py @@ -3,7 +3,7 @@ """ Created on Wed Sep 27 04:39:54 2023 -@author: astral +@author: timofej """ import os import json diff --git a/evaluation/plot.py b/evaluation/plot.py index 372cb25..9389e77 100644 --- a/evaluation/plot.py +++ b/evaluation/plot.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 16:12:53 2023 -@author: astral +@author: timofej """ import sys diff --git a/evaluation/plots/plot.py b/evaluation/plots/plot.py index 59652c6..99b3e6b 100644 --- a/evaluation/plots/plot.py +++ b/evaluation/plots/plot.py @@ -3,7 +3,7 @@ """ Created on Mon Aug 21 16:12:53 2023 -@author: astral +@author: timofej """ import sys diff --git a/evaluation/sign.py b/evaluation/sign.py index 349c304..d71cb64 100644 --- a/evaluation/sign.py +++ b/evaluation/sign.py @@ -3,7 +3,7 @@ """ Created on Sat Sep 9 22:23:30 2023 -@author: astral +@author: timofej """