-
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
[WIP] Add trace2d plot #108
Conversation
Based on issue msmbuilder#105
On top of 2d projection of free energy for clarity
On white background for clarity
Gave error as thought ax was ts arg
This is such a cool plot to have have! +1 to @jeiros for getting this into MSMExplorer. |
À la `plot_free_energy`
Thanks @msultan ! If you have any suggestions or improvements on the design of the function let me know! Something that I've thought about adding is an argument to allow the user to pass a list of labels in case he's passing a list of arrays and wants to know which colour is mapping to what trajectory. Because at the moment it just looks like this: So can't know which trajectory is doing what. |
yea, the only way to do something more is to start implementing |
Proposed Feature / Bug-Fix
First proposal for the API of a 2D trace plot, as suggested in #105
One thing I have not been able to figure out is how to add 'lines' that connect the dots. For that, one would have to use
pp.plot
but that does not accept colour mapping to a series of values, which we need.Example Figure
PR Check-list