Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/euclid_access/2_Euclid_intro_MER_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ plt.errorbar(x, y, xerr=xerr, yerr=yerr,

plt.xlabel('Y-H')
plt.ylabel('Y')
plt.xlim(-10, 10)
plt.ylim(10, 35)
plt.xlim(-5, 5)
plt.ylim(30, 15)
plt.title('10k Stars in MER catalog -- IRSA')
```

Expand Down