Skip to content

Commit

Permalink
Force a space at the bottom of the tract profiles figure.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Sep 17, 2023
1 parent aa46460 commit 684bf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/howto_examples/plot_stages_of_tractometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,5 +555,5 @@ def lines_as_tubes(sl, line_width, **kwargs):
ax.set_xticks(np.arange(0, 20 * len(bundles), 20))
ax.set_xticklabels(bundles, rotation=45, ha='right')
fig.set_size_inches(10, 5)
plt.subplots_adjust(bottom=0.2)
fig.savefig('tract_profiles_as_table.png')
plt.tight_layout()

0 comments on commit 684bf12

Please sign in to comment.