Skip to content

Commit

Permalink
More slight changes to figure sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed Oct 25, 2017
1 parent 1e4570b commit 5ba5fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/figures/figS18.py
Expand Up @@ -193,7 +193,7 @@ def compute_statistics(df, ignore_vars='logp'):
linestyle='none', color=color_key[g[1]])

axes[g[0]].plot(_g / 1E6, mean_fc, 'o', markerfacecolor=face,
markersize=5, markeredgecolor=color_key[g[1]],
markersize=3, markeredgecolor=color_key[g[1]],
markeredgewidth=1)

axes[g[0]].set_title(r'Operator %s, $\Delta\varepsilon_{RA} = %s\, k_BT$'
Expand Down
1 change: 1 addition & 0 deletions code/figures/figS9.py
Expand Up @@ -57,4 +57,5 @@
# Save the figure.
mwc.scale_plot(fig, 'single_plot_wide')
plt.tight_layout()
fig.set_size_inches(4, 3)
plt.savefig('../../figures/SI_figs/figS9.pdf', bbox_inches='tight')

0 comments on commit 5ba5fee

Please sign in to comment.