From d45821196e7ed41b62081c945616c04099372802 Mon Sep 17 00:00:00 2001 From: Skylar Gering Date: Thu, 1 Aug 2024 16:22:43 -0400 Subject: [PATCH] Fix docstring --- ext/SubzeroMakieExt.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/SubzeroMakieExt.jl b/ext/SubzeroMakieExt.jl index aea0d9c..218efdd 100644 --- a/ext/SubzeroMakieExt.jl +++ b/ext/SubzeroMakieExt.jl @@ -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