Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
skygering committed Aug 1, 2024
1 parent a7a482a commit d458211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/SubzeroMakieExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Subzero, JLD2
import Subzero: prettytime, plot_sim

"""
plot_sim(floe_fn, initial_state_fn, Δt, output_fn; fig_size = (800, 600))
plot_sim(floe_fn, initial_state_fn, Δt, output_fn; max_side_pixels = 800)
Basic plotting of a simulation using the simulation's floe and initial state files. This
function is meant for basic plotting during testing and as an example of how to create
Expand Down

0 comments on commit d458211

Please sign in to comment.