Skip to content

Commit 8f42158

Browse files
DOC: Gallery/projections/Cartesian logarithmic: Fix typo and wrapp to 88 chars (#4079)
1 parent 2200457 commit 8f42158

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

examples/projections/nongeo/cartesian_logarithmic.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
**X**\ *width*\ [**l**][/*height*\ [**l**]] or
66
**x**\ *x-scale*\ [**l**][/*y-scale*\ [**l**]]
77
8-
Give the *width* of the figure and the optional *height*.
9-
The lowercase version **x** is similar to **X** but expects
10-
an *x-scale* and an optional *y-scale*.
11-
Each axis with a logarithmic transformation requires **l** after
12-
its size argument.
8+
Give the *width* of the plot and the optional *height*. The lowercase version **x** is
9+
similar to **X** but expects an *x-scale* and an optional *y-scale*. Each axis with a
10+
logarithmic transformation requires an **l** after its size argument.
1311
"""
1412

1513
# %%
@@ -30,8 +28,7 @@
3028
region=[1, 100, 0, 10],
3129
# Set a logarithmic transformation on the x-axis
3230
projection="X15cl/10c",
33-
# Set the figures frame and color as well as
34-
# annotations, ticks, and gridlines
31+
# Set the figure's frame and color as well as annotations, ticks, and gridlines
3532
frame=["WSne+gbisque", "xa2g3", "ya2f1g2"],
3633
)
3734

0 commit comments

Comments
 (0)