-
Notifications
You must be signed in to change notification settings - Fork 129
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
FEAT: New class ReportPlotter to handle all matplotlib plot #5297
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5297 +/- ##
==========================================
+ Coverage 83.26% 83.28% +0.02%
==========================================
Files 143 143
Lines 58472 59151 +679
==========================================
+ Hits 48684 49262 +578
- Misses 9788 9889 +101 |
@maxcapodi78 @Samuelopez-ansys please avoid using .format() in strings. I just refactor all the occurrences in order to be compatible with f-string. (#5272). |
…/matplotlib_class
…/matplotlib_class
…/matplotlib_class
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.
This is a game changer
New class to handle all matplotlib methods and options