Skip to content

Commit 8ddc317

Browse files
Remove seperation line
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 1ee9c27 commit 8ddc317

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

examples/gallery/lines/curves_area.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
y2 = np.sin(x / 2)
2020

2121
data_df = pd.DataFrame({"x": x, "y1": y1, "y2": y2})
22-
# -----------------------------------------------------------------------------
23-
# Set up new Figure instance
2422
fig = gmt.Figure()
2523
fig.basemap(region=[-10, 10, -5, 5], projection="X15c/5c", frame=True)
2624

0 commit comments

Comments
 (0)