79208305

Date: 2024-11-20 17:17:21
Score: 0.5
Natty:
Report link

Set the figure size when creating the figure:

plt.figure(figsize=(16, 14))

Save without the figsize argument:

plt.savefig("Beta-transition-log_ME.png", format='png', dpi=300, bbox_inches='tight', transparent=True)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: EuanG