因此,将绘图部分的独立成为了plot_taylor函数(),这部分函数较为简单,目的就是将需要绘图的数据,转换为极坐标系坐标,通过plot函数将散点打在泰勒图上,这个函数模块较为简单,可以根据自己的输入数据情况进行调整...----
下面直接给出两个函数的完整代码:
from matplotlib.projections import PolarAxes
from mpl_toolkits.axisartist import...0.95,0.99]))
t1_locs = np.arccos(r1_locs)
gl1 = grid_finder.FixedLocator(t1_locs)
tf1...0.50 ', '0.75 ', 'REF ', '1.25 ', '1.50 ', '1.75 ']
gl2 = grid_finder.FixedLocator(r2_locs)
tf2...np.pi/2,0,1.75),
grid_locator1=gl1,tick_formatter1=tf1