Hello, I'm trying to make a scatter plot with empy circle symbols: mycustomsymbol = QtGui.QPainterPath() mysymbol.addEllipse(QtCore.QRectF(-0.5, -0.5, 1, 1)) my_scatter_plot.setData(x, y, symbol=mycustomsymbol)
But I get the error: TypeError: unhashable type: 'QPainterPath' When I searched about this, I found that it could be a bug that was fixed in the dev branch but that was in 2018, and it's still not fixed in the master branch. Anyone can help please ? -- 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/7b3e19bb-8a54-4ffc-8b54-8485ac5f68c9o%40googlegroups.com.
