Remove deprecated 'frac' property for plotting.

这个提交包含在:
Craig Warren
2020-07-13 13:52:42 +01:00
父节点 73a3f93a08
当前提交 3dee01fcf1

查看文件

@@ -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)