1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
| [WARNING] [generer graph] chemin : /media/pi/DATA8/2019-3-15-10-40-26/data_dut_1_2019-3-15-10-40-26.csv
[WARNING] [generer_graph] nom_graph : /media/pi/DATA8/2019-3-15-10-40-26/data_dut_1_2019-3-15-10-40-26.png
[WARNING] [generer graph] chemin : /media/pi/DATA8/2019-3-15-10-40-26/data_dut_2_2019-3-15-10-40-26.csv
[WARNING] [generer graph] chemin : /media/pi/DATA8/2019-3-15-10-40-26/data_dut_3_2019-3-15-10-40-26.csv
[WARNING] [generer_graph] nom_graph : /media/pi/DATA8/2019-3-15-10-40-26/data_dut_2_2019-3-15-10-40-26.png
[WARNING] [generer_graph] nom_graph : /media/pi/DATA8/2019-3-15-10-40-26/data_dut_3_2019-3-15-10-40-26.png
[WARNING] [generer graph] chemin : /media/pi/DATA8/2019-3-15-10-40-26/data_dut_4_2019-3-15-10-40-26.csv
[WARNING] [generer_graph] nom_graph : /media/pi/DATA8/2019-3-15-10-40-26/data_dut_4_2019-3-15-10-40-26.png
Exception in thread Thread-4:
Traceback (most recent call last):
Exception in thread Thread-3:
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
Traceback (most recent call last):
self.run()
Exception in thread Thread-6:
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
File "interfacebancdetest_dev/main.py", line 217, in run
self.run()
Traceback (most recent call last):
genGraph.generer_graph(chemin=self.chemin, y_low_min=self.y_low_min, y_low_max=self.y_low_max, y_high_min=self.y_high_min, y_high_max=self.y_high_max, format_graph=self.format_graph)
File "interfacebancdetest_dev/main.py", line 217, in run
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
File "/home/pi/Desktop/interfacebancdetest_dev/genGraph.py", line 48, in generer_graph
genGraph.generer_graph(chemin=self.chemin, y_low_min=self.y_low_min, y_low_max=self.y_low_max, y_high_min=self.y_high_min, y_high_max=self.y_high_max, format_graph=self.format_graph)
self.run()
plt.plot(abcisse, ordonnee, marker=',')
File "/home/pi/Desktop/interfacebancdetest_dev/genGraph.py", line 48, in generer_graph
File "interfacebancdetest_dev/main.py", line 217, in run
plt.plot(abcisse, ordonnee, marker=',')
File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 3092, in plot
genGraph.generer_graph(chemin=self.chemin, y_low_min=self.y_low_min, y_low_max=self.y_low_max, y_high_min=self.y_high_min, y_high_max=self.y_high_max, format_graph=self.format_graph)
File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 3092, in plot
ax = gca()
ax = gca()
File "/home/pi/Desktop/interfacebancdetest_dev/genGraph.py", line 48, in generer_graph
File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 828, in gca
File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 828, in gca
ax = gcf().gca(**kwargs)
plt.plot(abcisse, ordonnee, marker=',')
ax = gcf().gca(**kwargs)
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 1268, in gca
File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 3092, in plot
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 1268, in gca
return self.add_subplot(1, 1, 1, **kwargs)
ax = gca()
return self.add_subplot(1, 1, 1, **kwargs)
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 960, in add_subplot
File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 828, in gca
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 960, in add_subplot
self._axstack.add(key, a)
ax = gcf().gca(**kwargs)
self._axstack.add(key, a)
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 124, in add
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 1268, in gca
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 124, in add
Stack.remove(self, (key, a_existing))
return self.add_subplot(1, 1, 1, **kwargs)
Stack.remove(self, (key, a_existing))
File "/usr/lib/python2.7/dist-packages/matplotlib/cbook.py", line 1383, in remove
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 960, in add_subplot
File "/usr/lib/python2.7/dist-packages/matplotlib/cbook.py", line 1383, in remove
raise ValueError('Unknown element o')
self._axstack.add(key, a)
raise ValueError('Unknown element o')
ValueError: Unknown element o
File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 124, in add
ValueError: Unknown element o
Stack.remove(self, (key, a_existing))
File "/usr/lib/python2.7/dist-packages/matplotlib/cbook.py", line 1383, in remove
raise ValueError('Unknown element o')
ValueError: Unknown element o
[INFO ] [Base ] Leaving application in progress... |
Partager