你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 12:36:51 +08:00
Remove deprecated 'frac' property for plotting.
这个提交包含在:
@@ -103,7 +103,7 @@ for patt in range(0, len(radii)):
|
||||
# Theta axis options
|
||||
ax.set_theta_zero_location('N')
|
||||
ax.set_theta_direction('clockwise')
|
||||
ax.set_thetagrids(np.arange(0, 360, 30), frac=1.1)
|
||||
ax.set_thetagrids(np.arange(0, 360, 30))
|
||||
|
||||
# Radial axis options
|
||||
ax.set_rmax(0)
|
||||
|
在新工单中引用
屏蔽一个用户