Open drphilmarshall opened 8 years ago
I guess the Simplest Possible ( #1 )version of this is just to make the static plot with no highlighting and no cutout image, and use sncosmo.plot_lc
to do it
Hi,
I wrote a small piece of code to implement the visualization of the light curve as @drphilmarshall described in the picture. the screenshot of this app is shown below.
python2.7 example.py
Should you have any questions or suggestions, please feel free to let me know. Thanks, Nan
@jbkalmbach @rbiswas4
Rahul and I designed an interactive light curve viewer that we think should not be too hard to implement, over in Twinkles issue #40. Here's the whiteboard we drew:
I think we can use @jakevdp 's
JSAnimation
package to do this - the basic example is already close to what we want in terms of the interactive part, we just need to replace the plot with our light curve data and highlight effect.