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.
2 parents 5496147 + fb1bb0b commit 73e29f9Copy full SHA for 73e29f9
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