Skip to content

Commit b964da6

Browse files
author
dohyun
committed
removed whitespace
1 parent 1755748 commit b964da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/examples/subplots_axes_and_figures/axes_box_aspect.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
# -------------------------------
120120
#
121121
# When setting the box aspect, one may still set the data aspect as well.
122-
# Here we create an Axes with a box twice as long as it is tall and use
123-
# an "equal" data aspect for its contents, i.e. the circle actually
122+
# Here we create an Axes with a box twice as long as it is tall and use
123+
# an "equal" data aspect for its contents, i.e. the circle actually
124124
# stays circular.
125125

126126
fig6, ax = plt.subplots()

0 commit comments

Comments
 (0)