Skip to content

Commit

Permalink
Merge pull request #779 from ProjectTorreyPines/nathan/fix-pf-plot
Browse files Browse the repository at this point in the history
Fix pf plot.
  • Loading branch information
orso82 authored Dec 10, 2024
2 parents dda56d5 + 25a65ea commit efa73b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils_end.jl
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ function digest(
time0 = dd.equilibrium.time[end]
l = @layout [a{0.5w} b{0.5w}]
p = plot(; layout=l, size=(900, 400))
plot!(p, dd.pf_active, currents; time0, title="PF currents at t=$(time0) s", subplot=1)
plot!(p, dd.pf_active, :currents; time0, title="PF currents at t=$(time0) s", subplot=1)
plot!(p, dd.equilibrium; time0, cx=true, subplot=2)
plot!(p, dd.build; subplot=2, legend=false, equilibrium=false, pf_active=false)
plot!(p, dd.pf_active; time0, subplot=2, coil_identifiers=true)
Expand Down

0 comments on commit efa73b9

Please sign in to comment.