lowered plot res
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 18 MiB After Width: | Height: | Size: 7.0 MiB |
@@ -87,7 +87,7 @@ def plot_surface():
|
|||||||
parent_dir = os.path.basename(os.path.dirname(os.path.abspath(__file__)))
|
parent_dir = os.path.basename(os.path.dirname(os.path.abspath(__file__)))
|
||||||
filename_png = f"{parent_dir}.png"
|
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}")
|
print(f"and PNG as {filename_png}")
|
||||||
|
|
||||||
# Show interactive window (optional)
|
# Show interactive window (optional)
|
||||||
|
|||||||
Reference in New Issue
Block a user