Skip to content

Commit 157ff48

Browse files
committed
Format docstring in cartesian_power.py
1 parent 38c0a7c commit 157ff48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/projections/nongeo/cartesian_power.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
===============
44
55
**x**\ *width*\ [**p**\ *p-value*]/[*height*\ [**p**\ *p-value*]]: Give the
6-
``width`` of the figure and the optional argument ``height``. The axis or axes with a
7-
logarithmic transformation requires ``"p"`` and the power transformation for that axis.
6+
*width* of the figure and the optional argument *height*. The axis or axes with a
7+
logarithmic transformation requires **p** and the power transformation for that axis.
88
"""
99
import pygmt
1010
import numpy as np

0 commit comments

Comments
 (0)