Skip to content

Commit 0130355

Browse files
Apply suggestions from code review
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent 28b16a9 commit 0130355

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pygmt/src/ternary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Histogram - Create a histogram
2+
ternary - Plot data on ternary diagrams.
33
"""
44
from pygmt.clib import Session
55
from pygmt.helpers import build_arg_string, fmt_docstring, kwargs_to_strings, use_alias
@@ -11,7 +11,7 @@
1111
C="cmap",
1212
F="center",
1313
G="fill",
14-
J="projection",
14+
JX="projection",
1515
R="region",
1616
S="style",
1717
U="timestamp",

pygmt/tests/test_ternary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Tests for pygmt.ternary.
2+
Tests ternary.
33
"""
44
import pytest
55
from pygmt import Figure, makecpt

0 commit comments

Comments
 (0)