Skip to content

Commit

Permalink
Add digits to the time slider in plot_phantom_map
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Dec 17, 2024
1 parent faa285b commit 3b6e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KomaMRIPlots/src/ui/DisplayFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ function plot_phantom_map(
pad=attr(l=30, b=30),
steps=[
attr(
label=round(t0*1e3),
label=round(t0*1e3; digits=2),
method="update",
args=[attr(visible=[fill(false, i-1); true; fill(false, length(t) - i)])]
)
Expand Down

0 comments on commit 3b6e79e

Please sign in to comment.