radtraq.plotting.plot_cfad
- radtraq.plotting.plot_cfad(hist, x, y)[source]
Function for plotting up CFAD given 2D histogram, x, and y
- Parameters:
hist (list) – 2D list of histogram data from calc_cfad
x (list) – List of x values
y (list) – List of y values
- Returns:
fig – Returns the axis handle for additional updates if needed
- Return type:
matplotlib ax handle