-
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
Interactive plotter #81
Conversation
Thank you so much for this! I will check it out now in detail :) |
This is a very good start :)!
Similar to we could add:
|
Thank you for your suggestions! |
Great! Thank you! 😅 (Have a nice evening 😉!) |
@ahtakkatha could you again provide a short sample script for testing, please 😅. It would speed up the review from my side. |
…gration options f. Analyze class (might move that to another branch)
Yes, it would be great, if you would put the integration options to another branch! Thank you! |
…h cohp_integration.
…ly from dict object
Todo
|
793e8d2
to
7ea3f94
Compare
@naik-aakash , I think I have addressed most of the general comments. It would be great if you could work on the ones related to the plotting options. |
There are still many inconsistencies when it comes to snakecase, unfortunately. This is on me as I simply haven't considered such a convention in the naming of arguments in some of my coding projects ... Changing this now would, however, lead to a lot of broken code (but it is maybe worth fixing it when we update the atomate2 schema the next time). |
@JaGeo Thank you for fixing so many suggestions already. 😃 @JaGeo @ajjackson, I will work on the rest review suggestions in the code in next week |
Hi @JaGeo and @ajjackson , I think I have manage to address the reviewed parts of code. Would be happy to address incase I missed out something or any more suggestions come up. 😃 |
As discussed in person, @naik-aakash will add an example script on how to use the interactive plotter and add some documentatoin to the tutorial part of the repo. If this is there, I am happy to merge. |
…r, connect interactive plotter with cli and add tests
Hi @ajjackson , I have one last question. Do you have any suggestions for how we have the functionality to change colors of the plotly figures via cli? Typing out a long list of hex codes is a bit inconvenient for users. |
A convenient way to do this would be to allow colours to be read from matplotlib styles. It's a bit roundabout, but allows consistency with the other run modes. The other option would be to create some new config format, or borrow one from another project. Any favourites? |
No description provided.