Skip to content

Commit ee6ba40

Browse files
committed
Fix styling
1 parent 38bc807 commit ee6ba40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Common Parameters
204204

205205
.. autosummary::
206206
:toctree: generated
207-
207+
208208
Box
209209
Frame
210210

pygmt/src/image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def image(
7575
G=Alias("bitcolor", value=bitcolor),
7676
M=Alias("monochrome", value=monochrome),
7777
V=Alias("verbose", value=verbose),
78-
c=Alias("panel", separator=","),
79-
p=Alias("perspective", separator="/"),
78+
c=Alias("panel", separator=",", value=panel),
79+
p=Alias("perspective", separator="/", value=perspective),
8080
t=Alias("transparency", value=transparency),
8181
)
8282

0 commit comments

Comments
 (0)