你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Adjusted spacing on subplots.
这个提交包含在:
@@ -122,7 +122,7 @@ for rx in range(1, nrx + 1):
|
|||||||
# If multiple fields required, creat all nine subplots and populate only the specified ones
|
# If multiple fields required, creat all nine subplots and populate only the specified ones
|
||||||
else:
|
else:
|
||||||
fig, ax = plt.subplots(subplot_kw=dict(xlabel='Time [ns]'), num='rx' + str(rx), figsize=(20, 10), facecolor='w', edgecolor='w')
|
fig, ax = plt.subplots(subplot_kw=dict(xlabel='Time [ns]'), num='rx' + str(rx), figsize=(20, 10), facecolor='w', edgecolor='w')
|
||||||
gs = gridspec.GridSpec(3, 3, hspace=0.3)
|
gs = gridspec.GridSpec(3, 3, hspace=0.3, wspace=0.3)
|
||||||
for output in args.outputs:
|
for output in args.outputs:
|
||||||
# Check if requested output is in file
|
# Check if requested output is in file
|
||||||
if output not in availablecomponents:
|
if output not in availablecomponents:
|
||||||
|
在新工单中引用
屏蔽一个用户