Skip to content

Commit

Permalink
reflip axes, small updates to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
wbalmer committed Jan 7, 2024
1 parent 3bab984 commit 64deee2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
2 changes: 2 additions & 0 deletions backtracks/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def trackplot(
ecolor='tomato', linestyle="none",
marker='o', ms=5., mew=1.5, mec='tomato')

axs['A'].invert_xaxis()
axs['A'].axis('equal')
axs['A'].set_xlabel("Delta RA (mas)")
axs['A'].set_ylabel("Delta DEC (mas)")
Expand Down Expand Up @@ -559,6 +560,7 @@ def stationtrackplot(
ecolor='tomato', linestyle="none",
marker='o', ms=5., mew=1.5, mec='tomato')

axs['A'].invert_xaxis()
axs['A'].axis('equal')
axs['A'].set_xlabel("Delta RA (mas)")
axs['A'].set_ylabel("Delta DEC (mas)")
Expand Down
35 changes: 18 additions & 17 deletions docs/tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit 64deee2

Please sign in to comment.