-
Notifications
You must be signed in to change notification settings - Fork 136
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
Show two trajectories? #9
Comments
do you mean in the same widget? Using the same topology? |
Yes. Same widget but not necessary same topology. |
Currently the widget can only handle one topology and one trajectory. The NGL Viewer itself can handle more but that is not implemented on the Python side. Shortly: There needs to be some sort of Python equivalent to the |
ok. I will look into stage. |
proposed syntax in python stage = nv.Stage(...)
view0 = nv.show_pytraj(...)
view1 = nv.show_pytraj(...)
stage.add(view0)
stage.add(view1) |
done |
Any idea how I can do this? Thx.
The text was updated successfully, but these errors were encountered: