Skip to content

Commit 0a2964d

Browse files
committed
Reverse y-axis and zoom in
1 parent 0f44d65 commit 0a2964d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/euclid_access/2_Euclid_intro_MER_catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ plt.errorbar(x, y, xerr=xerr, yerr=yerr,
151151
152152
plt.xlabel('Y-H')
153153
plt.ylabel('Y')
154-
plt.xlim(-10, 10)
155-
plt.ylim(10, 35)
154+
plt.xlim(-5, 5)
155+
plt.ylim(30, 15)
156156
plt.title('10k Stars in MER catalog -- IRSA')
157157
```
158158

0 commit comments

Comments
 (0)