Skip to content
Snippets Groups Projects
Commit 897f3bc9 authored by Michael Wimmer's avatar Michael Wimmer Committed by Christoph Groth
Browse files

fix scrambled coordinates when plotting 3d unsorted

parent e6d3af4d
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ if has3d:
np.resize(self._edgecolors_orig,
shape)[indx])
else:
self.set_offsets(vs[:2])
self.set_offsets(vs[:2].T)
# the whole 3D ordering is flawed in mplot3d when several
# collections are added. We just use normal zorder, but correct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment