Hey! I'm trying to use RemoteGraphicsView to enhance the plotting 
performance. Since my application requires specific colour for each point. 
So I'm simply trying to pass list of brushes. But facing following error.

TypeError: can't pickle QBrush objects

Here is few lines of code.
self.brushes = [mkBrush(c) for c in _colors]
        self.x = _x
        self.y = _y
self.p4.plot(x=self.x,y=self.y,pen=(None),symbolBrush=self.rnp.asarray(self.brushes),symbol='o',clear=False,_callSync='off')


Please help me out I'm really stuck on this for past few weeks.
I found somewhere that I should use proxy . But I don't know how to use it 
as I'm new to PyQtGraph.

-- 
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/2ca28aac-9e43-4da7-8f7a-bd9b0942836e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to