Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Update legend in TE plot
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Feb 20, 2024
1 parent ebb322b commit 0fb24f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tefs/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def plot_te_results(
ax.set_xticks(x_values_with_data)

# Show the plot
ax.legend(title="Variables", bbox_to_anchor=(1.6, 1))
ax.legend(title="Variables", bbox_to_anchor=(1.05, 1), loc='upper left', borderaxespad=0)

0 comments on commit 0fb24f3

Please sign in to comment.