Skip to content

Commit

Permalink
Plot tightly
Browse files Browse the repository at this point in the history
  • Loading branch information
opentaco committed Nov 7, 2024
1 parent 1d48704 commit 272f308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/map_consensus.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def visualize_data(emission_data, output_filename="consensus_plot.svg"):
plt.xlabel('Major self-weight')

# Save the plot
plt.savefig(output_filename, format='svg')
plt.savefig(output_filename, format='svg', bbox_inches='tight')
print(f"Plot saved to {output_filename}")


Expand Down

0 comments on commit 272f308

Please sign in to comment.