enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 284 forks source link

AttributeError: 'ExtractEdges' object has no attribute 'points' - #1114

Open ManPython opened 2 years ago

ManPython commented 2 years ago

In example: https://docs.enthought.com/mayavi/mayavi/auto/example_delaunay_graph.html#example-delaunay-graph

Traceback (most recent call last):
  File "E:\mayavi\delaunay_graph.py", line 202, in <module>
    new_x, new_y, new_z, edges = compute_delaunay_edges(x, y, z, visualize=True)
  File "E:\mayavi\delaunay_graph.py", line 96, in compute_delaunay_edges
    new_x, new_y, new_z = edges.outputs[0].points.to_array().T
AttributeError: 'ExtractEdges' object has no attribute 'points'