你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-04 11:36:52 +08:00
Commented out png saving, only PDF by default
这个提交包含在:
@@ -159,13 +159,13 @@ def mpl_plot(w, timewindow, dt, iterations, fft=False, save=False):
|
||||
pad_inches=0.1,
|
||||
)
|
||||
# Save a PNG of the figure
|
||||
fig.savefig(
|
||||
savefile.with_suffix(".png"),
|
||||
dpi=150,
|
||||
format="png",
|
||||
bbox_inches="tight",
|
||||
pad_inches=0.1,
|
||||
)
|
||||
# fig.savefig(
|
||||
# savefile.with_suffix(".png"),
|
||||
# dpi=150,
|
||||
# format="png",
|
||||
# bbox_inches="tight",
|
||||
# pad_inches=0.1,
|
||||
# )
|
||||
|
||||
return plt
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户