Skip to content

Commit 37f9b4f

Browse files
Apply suggestions from code review
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 0e08ec7 commit 37f9b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/histogram.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
W="pen",
2626
X="xshift",
2727
Y="yshift",
28-
V="verbos",
28+
V="verbose",
2929
Z="type",
3030
c="panel",
3131
l="label",
3232
p="perspective",
3333
t="transparency",
3434
)
35-
@kwargs_to_strings(R="sequence", T="sequence")
35+
@kwargs_to_strings(R="sequence", T="sequence", c="sequence_comma", p="sequence")
3636
def histogram(self, table, **kwargs):
3737
r"""
3838
Plots a histogram, and can read data from a file or

0 commit comments

Comments
 (0)