Skip to content

Commit

Permalink
Update pygmt/tests/test_subplot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
seisman and weiji14 authored Mar 16, 2023
1 parent 0a39369 commit aa40f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygmt/tests/test_subplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def test_subplot_outside_plotting_positioning():
"""
Plotting calls are correctly positioned after exiting subplot.
See https://github.com/GenericMappingTools/pygmt/issues/2426.
This is a regression test for
https://github.com/GenericMappingTools/pygmt/issues/2426.
"""
fig = Figure()
with fig.subplot(nrows=1, ncols=2, figsize=(10, 5)):
Expand Down

0 comments on commit aa40f9c

Please sign in to comment.