Dear All, I see that here in the google groups I have very successful interaction with pyqtgraph users!
Therefore, now I post a fork of an "issue" first posted in the pyqtgraph git-hub repository: The problem: When exporting a plot to a "matplotlib window" there is seems to be some problem with the colors. For more details please check quickly here: https://github.com/pyqtgraph/pyqtgraph/issues/777 Traceback (most recent call last): File "./addons/pyqtgraph/GraphicsScene/exportDialog.py", line 134, in exportClicked self.currentExporter.export() File "./addons/pyqtgraph/exporters/Matplotlib.py", line 94, in export symbolBrush = fn.mkBrush(opts['symbolBrush']) File "./addons/pyqtgraph/functions.py", line 287, in mkBrush return QtGui.QBrush(mkColor(color)) File "./addons/pyqtgraph/functions.py", line 250, in mkColor raise TypeError(err) TypeError: Not sure how to make a color from "([<PyQt5.QtGui.QColor object at 0x7f37f5927848>, <PyQt5.QtGui.QColor object at 0x7f37f59277d0>,...............]) It is quite important for me to make this part of the code working! Thanks a lot! Trifon -- 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 email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/c942a57d-d5fa-4b98-a0b5-927f784bbd2a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
