Skip to content

Commit

Permalink
use functions from analysis_integrals
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Sep 11, 2024
1 parent 6ab2051 commit 89d5b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/visualization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ end

for (i, (name, integral)) in enumerate(pairs(ints))
name in exclude && continue
name_function = getfield(@__MODULE__, name)
quantity = cb.affect!.analysis_integrals[i]
@series begin
subplot --> subplot
label := pretty_form_utf(name_function) * " " * label_extension
label := pretty_form_utf(quantity) * " " * label_extension
title --> "change of invariants"
xguide --> "t"
yguide --> "change of invariants"
Expand Down

0 comments on commit 89d5b86

Please sign in to comment.