Skip to content

Commit ee3b2df

Browse files
committed
update readme
1 parent 5bf63ce commit ee3b2df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ a, c = h.eddy_identification(
163163

164164
Plot identification
165165
```python
166-
fig = plt.figure(figsize=(14,7))
166+
fig = plt.figure(figsize=(15,7))
167167
ax = fig.add_axes([.03,.03,.94,.94])
168168
ax.set_title('Eddies detected -- Cyclonic(red) and Anticyclonic(blue)')
169169
ax.set_ylim(-75,75)
170+
ax.set_xlim(0,360)
170171
ax.set_aspect('equal')
171172
ax.plot(a.obs['contour_lon_s'].T, a.obs['contour_lat_s'].T, 'b', linewidth=.5)
172173
ax.plot(c.obs['contour_lon_s'].T, c.obs['contour_lat_s'].T, 'r', linewidth=.5)

share/png/eddies.png

82.3 KB
Loading

0 commit comments

Comments
 (0)