Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
  • Loading branch information
yvonnefroehlich and seisman authored Nov 18, 2024
1 parent 7dea331 commit 70db43a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/tutorials/basics/polygons.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@

fig = pygmt.Figure()
fig.basemap(region=[-5, 5, -5, 5], projection="X5c", frame=True)

fig.plot(x=x, y=y)

fig.show()

# %%
Expand All @@ -44,10 +42,8 @@

fig = pygmt.Figure()
fig.basemap(region=[-5, 5, -5, 5], projection="X5c", frame=True)

# Use a 2-points thick, darkred, dashed outline
fig.plot(x=x, y=y, pen="2p,darkred,dashed")

fig.show()

# %%
Expand Down

0 comments on commit 70db43a

Please sign in to comment.