Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2ef761

Browse files
committed
Axis -> Axes
1 parent f6c9ac2 commit f2ef761

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/faq/anatomy.png

114 Bytes
Loading

examples/showcase/anatomy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ def text(x, y, text):
114114
circle(3.70, 3.75)
115115
text(3.70, 3.55, "Legend")
116116

117-
# Axis
117+
# Axes
118118
circle(0.5, 0.5)
119-
text(0.5, 0.3, "Axis")
119+
text(0.5, 0.3, "Axes")
120120

121121
# Figure
122122
circle(-0.3, 0.65)

0 commit comments

Comments
 (0)