Change default plot_trajectory() behavior? #101
jenniferyee
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I guess we can calculate ranges: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
model.plot_trajectory()
has a default caustics=False. I think for n_lenses > 1, the default should be caustics=True. Otherwise, it always takes extra work to plot the trajectory for the default case: 2L1S.model.plot_trajectory()
is annoying. I frequently find it is huge, especially when I zoom in to see the detailed behavior near a caustic. Instead, the size should be scaled to the size of the window, e.g. as a fraction of the plot axis.Beta Was this translation helpful? Give feedback.
All reactions