Skip to content

Commit 9133b14

Browse files
committed
A very minor mod to better box plots
1 parent ff82f69 commit 9133b14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sourcespec/ssp_plot_params_stats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def box_plots(config, sspec_output):
8888
ax.set_xlabel('{} ({})'.format(name, unit))
8989
ax.tick_params(left=False, labelleft=False)
9090
ax.minorticks_on()
91+
if param == 'Er':
92+
ax.set_xscale('log')
9193

9294
# Add event information as a title
9395
hypo = config.hypo

0 commit comments

Comments
 (0)