We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bb5f6 commit 0388f74Copy full SHA for 0388f74
examples/plotWidget.py
@@ -160,8 +160,7 @@ def showDelaunay(self):
160
x = numpy.random.rand(nbPoints)
161
y = numpy.random.rand(nbPoints)
162
value = numpy.random.rand(nbPoints)
163
- legend = plot.addScatter(x=x, y=y, value=value)
164
- scatter = plot.getScatter(legend)
+ scatter = plot.addScatter(x=x, y=y, value=value)
165
scatter.setVisualization("solid")
166
plot.resetZoom()
167
0 commit comments