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.
1 parent 1755748 commit b964da6Copy full SHA for b964da6
galleries/examples/subplots_axes_and_figures/axes_box_aspect.py
@@ -119,8 +119,8 @@
119
# -------------------------------
120
#
121
# 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
+# Here we create an Axes with a box twice as long as it is tall and use
+# an "equal" data aspect for its contents, i.e. the circle actually
124
# stays circular.
125
126
fig6, ax = plt.subplots()
0 commit comments