From a81e8dc854aa80ca70b6826620a431adbf700d1d Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Thu, 9 Jan 2025 11:43:48 +0100 Subject: [PATCH] wrong comment --- src/callbacks_step/visualization.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callbacks_step/visualization.jl b/src/callbacks_step/visualization.jl index 63a8af7fb3..e8e1136bfe 100644 --- a/src/callbacks_step/visualization.jl +++ b/src/callbacks_step/visualization.jl @@ -176,7 +176,7 @@ end """ show_plot(visualization_callback, plot_data, variable_names; show_mesh=true, plot_arguments=Dict{Symbol,Any}(), - time=nothing, timestep=nothing, figure = nothing, axis = nothing) + time=nothing, timestep=nothing) Visualize the plot data object provided in `plot_data` and display result, plotting only the variables in `variable_names` and, optionally, the mesh (if `show_mesh` is `true`). Additionally,