this is a mistake
Closed this issue · 1 comments
huyaox commented
hello!
when i run this “lat_min, lat_max, lon_min, lon_max = display.plot_grid('reflectivity', level=level, vmin=vmin, vmax=vmax,cmap = pyart.graph.cm.NWSRef)”,this is a mistake “can not unpack non-iterable NoneType object ” why?and how resolve it?thanks!
rcjackson commented
Hello, the display code is simply ran by doing "display.plot_grid('reflectivity', level=level, vmin=vmin, vmax=vmax,cmap = pyart.graph.cm.NWSRef)." The code will only return a matplotlib axis handle, not a 4-tuple.