[pyqtgraph] Problems exporting graphs from GUI

2017-10-22 Thread Alejandro Condori
Hi, i was trying to export a graph from a QGraphicsView (promoted to PlotWidget with pyqtgraph as header file) but I had some troubles doing that. Spyder returns this error: TypeError: 'float' object cannot be interpreted as an integer So, I found the file where the problem was and made a chan

[pyqtgraph] Re: Embedding a pyqtchart into the Graphics View in qt designer

2017-10-22 Thread Alejandro Condori
I use Spyder (from Anaconda)(Python 3.6 and PyQt5). Try to run something like this: from PyQt5 import uic,QtWidgets,QtGui import numpy as np form_class = uic.loadUiType("yourUIfile.ui")[0] class MyWindowClass(QtWidgets.QMainWindow,form_class): def __init__(self, parent=None): QtW

[pyqtgraph] Re: Problems exporting graphs from GUI

2018-04-15 Thread Alejandro Condori
Did it work? El jueves, 5 de abril de 2018, 0:06:41 (UTC-5), 陳冠任 escribió: > > Thanks bro, I encounter same problem! > > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an ema