Skip to content

Commit 159d300

Browse files
committed
more hor padding
1 parent bf421f2 commit 159d300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plotting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ function plot_polars(
733733
axs[2, 2].legend()
734734
end
735735

736-
fig.tight_layout(h_pad=2.5, rect=(0.01,0.01,0.99,0.99))
736+
fig.tight_layout(h_pad=3.5, rect=(0.01,0.01,0.99,0.99))
737737

738738
# Save and show plot
739739
if is_save && !isnothing(save_path)

0 commit comments

Comments
 (0)