We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce4076c + 3d18ed1 commit 0ab7214Copy full SHA for 0ab7214
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