Skip to content

Commit aad5ff0

Browse files
committed
Adjust subplot spacing in main_plot function for improved layout
1 parent 0bb81ff commit aad5ff0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

process/core/io/plot_proc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13373,6 +13373,8 @@ def main_plot(
1337313373
ax_larmor = figs[19].add_subplot(414, sharex=ax_electron_freq)
1337413374
DetailedPhysics.plot_larmor_radius_profile(ax_larmor, m_file, scan)
1337513375

13376+
figs[19].subplots_adjust(hspace=0.5)
13377+
1337613378
# Plot poloidal cross-section
1337713379
poloidal_cross_section(
1337813380
figs[20].add_subplot(121, aspect="equal"),

0 commit comments

Comments
 (0)