-
Notifications
You must be signed in to change notification settings - Fork 158
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
more Insty energy things #2000
more Insty energy things #2000
Conversation
def showSelectionMatrix(matrix, atoms, selstr_x=None, selstr_y=None, **kwargs): | ||
""" | ||
Show a matrix similarly to showAtomicMatrix but only for | ||
selected atoms based on *selstr_x* and *selstr_y* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to have an explanation of what selstr_x and selstr_y are or an example of how to use them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this ok now?
No description provided.