Skip to content

Commit 879f11f

Browse files
Merge branch 'main' into add-tut-legend-l
2 parents 120a500 + d036528 commit 879f11f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pygmt/tests/test_grdview.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ def test_grdview_surface_plot_styled_with_contourpen(xrgrid):
179179
surface plot.
180180
"""
181181
fig = Figure()
182-
fig.grdview(grid=xrgrid, cmap="relief", surftype="s", contour_pen="0.5p,black,dashed")
182+
fig.grdview(
183+
grid=xrgrid, cmap="relief", surftype="s", contour_pen="0.5p,black,dashed"
184+
)
183185
return fig
184186

185187

0 commit comments

Comments
 (0)