Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ab7214

Browse files
authored
Merge pull request#12497 from meeseeksmachine/auto-backport-of-pr-12495-on-v3.0.x
Backport PR#12495 on branch v3.0.x (Fix duplicate condition in pathpatch3d example)
2 parentsce4076c +3d18ed1 commit0ab7214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/mplot3d/pathpatch3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def text3d(ax, xyz, s, zdir="z", size=None, angle=0, usetex=False, **kwargs):
2929
x,y,z=xyz
3030
ifzdir=="y":
3131
xy1,z1= (x,z),y
32-
elifzdir=="y":
32+
elifzdir=="x":
3333
xy1,z1= (y,z),x
3434
else:
3535
xy1,z1= (x,y),z

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp