Thanks to visit codestin.com Credit goes to github.com
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 d486866 commit aa1e5cfCopy full SHA for aa1e5cf
1 file changed
examples/mplot3d/pathpatch3d.py
@@ -29,7 +29,7 @@ def text3d(ax, xyz, s, zdir="z", size=None, angle=0, usetex=False, **kwargs):
29
x, y, z = xyz
30
if zdir == "y":
31
xy1, z1 = (x, z), y
32
- elif zdir == "y":
+ elif zdir == "x":
33
xy1, z1 = (y, z), x
34
else:
35
xy1, z1 = (x, y), z
0 commit comments