We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd277e commit ddade3eCopy full SHA for ddade3e
pygmt/tests/test_plot3d.py
@@ -33,8 +33,7 @@ def fixture_region():
33
@pytest.mark.mpl_image_compare
34
def test_plot3d_red_circles_zscale(data, region):
35
"""
36
- Plot the 3-D data in red circles passing in vectors and setting
37
- zscale = 5
+ Plot the 3-D data in red circles passing in vectors and setting zscale=5.
38
39
fig = Figure()
40
fig.plot3d(
@@ -55,8 +54,7 @@ def test_plot3d_red_circles_zscale(data, region):
55
54
56
def test_plot3d_red_circles_zsize(data, region):
57
58
59
- zsize = "6c"
+ Plot the 3-D data in red circles passing in vectors and setting zsize="6c".
60
61
62
0 commit comments