你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Moved plt.show to end of module.
这个提交包含在:
@@ -124,8 +124,10 @@ else:
|
|||||||
ax1.set_ylabel('Amplitude')
|
ax1.set_ylabel('Amplitude')
|
||||||
|
|
||||||
[ax.grid() for ax in fig.axes] # Turn on grid
|
[ax.grid() for ax in fig.axes] # Turn on grid
|
||||||
plt.show()
|
|
||||||
|
|
||||||
# Save a PDF of the figure
|
# Save a PDF/PNG of the figure
|
||||||
|
#fig.savefig(os.path.dirname(os.path.abspath(__file__)) + os.sep + w.type + '.pdf', dpi=None, format='pdf', bbox_inches='tight', pad_inches=0.1)
|
||||||
#fig.savefig(os.path.dirname(os.path.abspath(__file__)) + os.sep + w.type + '.png', dpi=150, format='png', bbox_inches='tight', pad_inches=0.1)
|
#fig.savefig(os.path.dirname(os.path.abspath(__file__)) + os.sep + w.type + '.png', dpi=150, format='png', bbox_inches='tight', pad_inches=0.1)
|
||||||
|
|
||||||
|
plt.show()
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户