-
Notifications
You must be signed in to change notification settings - Fork 11
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
📈 Make current vs time plot for plot_proc
#3532
Conversation
plot_proc
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3532 +/- ##
==========================================
- Coverage 31.21% 31.15% -0.06%
==========================================
Files 81 81
Lines 19432 19472 +40
==========================================
+ Hits 6065 6066 +1
- Misses 13367 13406 +39 ☔ View full report in Codecov by Sentry. |
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.
The example plot looks like it could be tidied a bit but it looks good for now.
8950894
to
adccc50
Compare
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.
Some questions, code looks good otherwise
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.
Happy with code
…profiles_over_time
12c11a7
to
085a754
Compare
This pull request includes several changes to the
process/io/plot_proc.py
file, primarily focusing on adding a new plotting function and making adjustments to existing plotting functions for clarity and consistency.New Functionality:
plot_current_profiles_over_time
function to plot the current profiles over time for PF circuits, CS coil, and plasma.Adjustments to Existing Functions:
plot_nprofile
function to modify axis labels and plot legends for better clarity.plot_tprofile
function to modify axis labels and plot legends for better clarity.Integration of New Function:
main_plot
function to include the newplot_current_profiles_over_time
function, adding a new figure and subplot for this plot.New plot at end of
plot_proc
output:Checklist
I confirm that I have completed the following checks: