This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 PPK software error plot exporting

Using Windows 10 I get an error when I try to export the graph from my PPK 1.1.0 to any Image File (PNG JPEG etc). SVG and CSV export works well.

Python shows this error:Traceback (most recent call last):

File "C:\Python27\lib\site-packages\pyqtgraph\exporters\Exporter.py", line 77, in fileSaveFinished self.export(fileName=fileName, **self.fileDialog.opts) File "C:\Python27\lib\site-packages\pyqtgraph\exporters\ImageExporter.py", line 70, in export bg = np.empty((self.params['width'], self.params['height'], 4), dtype=np.ubyte) TypeError: 'float' object cannot be interpreted as an index

Parents Reply Children
No Data
Related