From 5b123f7d0e089e3ae3b820103786642323b435b2 Mon Sep 17 00:00:00 2001 From: imreddyTeja Date: Mon, 9 Sep 2024 15:02:06 -0700 Subject: [PATCH] Change deprecated kwarg in docs Quick Start docs previously used a deprecated kwarg in the visualize section. The deprecated kwarg, `resolution`, is swapped for `shape` --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 827b17a..4b7b130 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -151,7 +151,7 @@ If we want to make a heatmap for `ta_max` at time of 100 s at altitude `z` of 30 import CairoMakie import ClimaAnalysis.Visualize as viz -fig = Makie.Figure(resolution = (400, 600)) +fig = Makie.Figure(size = (400, 600)) viz.plot!( fig,