Lizhi Jiang
Lizhi Jiang
pycwr/draw/VerticalSectionPlot.py脚本第231行笔误, min_h, max_h = heigh 应该是 min_h, max_h = height
GUI界面无法绘制“差分反射率”、“多普勒速度”等变量,经过检查发现,是因为色标注册添加了“copy_”这个前缀,导致无法识别色标。报错如下 `Traceback (most recent call last): File "/home/lzjiang/anaconda3/envs/cwr/lib/python3.10/site-packages/pycwr/GraphicalInterface/RadarInterface.py", line 512, in on_radioButton_13_clicked self.plot_graph_PPI(self.radar_dat, self.find_level_in_groupBox(), self.find_var_in_groupBox(), File "/home/lzjiang/anaconda3/envs/cwr/lib/python3.10/site-packages/pycwr/GraphicalInterface/RadarInterface.py", line 396, in plot_graph_PPI self.pm = RadarGraph.GUI_plot(radar, self.fig, self.ax, self.cax, level, \ File...