From c3d23a4179dbd6268055479897feba5621ff9cbe Mon Sep 17 00:00:00 2001 From: Daniel Pelaez-Zapata Date: Mon, 22 Jul 2024 15:02:12 +0200 Subject: [PATCH] example on arrays vs triplets added --- docs/gallery/plot_example_arrays.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/plot_example_arrays.py b/docs/gallery/plot_example_arrays.py index c4fc22b..8f0fdc8 100644 --- a/docs/gallery/plot_example_arrays.py +++ b/docs/gallery/plot_example_arrays.py @@ -68,7 +68,7 @@ # Hz. Also, let's rotate them 135 degrees (northwest). Finally, let's add a # colorbar label. -fig, ax = plt.subplots(figsize=(5,5)) +fig, ax = plt.subplots(figsize=(6,5)) plot_directional_spectrum( output.directional_spectrum, ax=ax, levels=None, colorbar=True, axes_kw={"rmin": 0.1, "rmax": 1.2, "rstep": 0.2, "angle": 135},