Skip to content

Commit 84c4608

Browse files
Meghan Jonesseisman
andcommitted
Update kwargs_to_strings in histogram
Co-authored-by: Dongdong Tian <seisman@users.noreply.github.com>
1 parent d52f2c8 commit 84c4608

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pygmt/src/histogram.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
t="transparency",
3939
w="wrap",
4040
)
41-
@kwargs_to_strings(R="sequence", T="sequence", c="sequence_comma", p="sequence")
41+
@kwargs_to_strings(
42+
R="sequence", T="sequence", c="sequence_comma", i="sequence_comma", p="sequence"
43+
)
4244
def histogram(self, table, **kwargs):
4345
r"""
4446
Plots a histogram, and can read data from a file or

0 commit comments

Comments
 (0)