-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding 2D tIC trajectory visualization #105
Comments
You've got this game figured out! That plot seems great to me, with an optional argument for connecting the points. The API for As far as modularity goes, plotting a trace should probably be decoupled from the free energy. One other gratuitous thing to support might be the plotting of all the trajectories on one plot, data with shape (without free energy) to show that you have reactive crossings into different basins (ex. Muneeb's preprint, figure S20). I agree that plotting all/many trajectories is the intended way to use this plot, but that would be nice for normal |
Based on issue msmbuilder#105
@cing Or you know just use |
Taken from here, but probably in many papers. Should have the 2D free energy underneath? Pretty useful for exploratory analysis, especially when you look at a big grid of them. P.S. I'm aware it's super easy and it's just a scatter plot with a cmap ;)
The text was updated successfully, but these errors were encountered: