Skip to content

Commit

Permalink
example on arrays vs triplets added
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pelaez-Zapata committed Jul 22, 2024
1 parent 64eaea4 commit c3d23a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/plot_example_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit c3d23a4

Please sign in to comment.