-
Notifications
You must be signed in to change notification settings - Fork 28
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
ICOHP vs bond length plotter #137
Conversation
Hi @JaGeo, I could not figure out how to retrieve and test data in matplotlib scatter plots. But all other things are tested. |
Hi @ajjackson , is there any way to test the data in matplotlib scatter plot? I could not figure it out. It would be great if you can help me with this 😄 |
Does this maybe help? https://stackoverflow.com/questions/33336343/recover-data-from-matplotlib-scatter-plot |
Thanks @JaGeo! I will try this out |
Beat me to it! The data has to be in there somewhere, but it's not always easy to figure out the object heirarchy in a given Matplotlib plot... |
Hi @JaGeo and @ajjackson , I managed to get the plot data from figure object and have updated tests now. So this PR is also ready for review 😄 |
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.
@naik-aakash I have made the changes myself and will merge now!
Thanks @JaGeo ! 😄 |
Changes
Closes #133