lowered plot res

This commit is contained in:
2025-09-24 22:46:28 -05:00
parent 4394d729b0
commit e7a1bb5300
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 MiB

After

Width:  |  Height:  |  Size: 7.0 MiB

View File

@@ -87,7 +87,7 @@ def plot_surface():
parent_dir = os.path.basename(os.path.dirname(os.path.abspath(__file__)))
filename_png = f"{parent_dir}.png"
plt.savefig(filename_png, format="png", dpi=1200, bbox_inches='tight') # ultra-high-res raster
plt.savefig(filename_png, format="png", dpi=600, bbox_inches='tight') # ultra-high-res raster
print(f"and PNG as {filename_png}")
# Show interactive window (optional)