Ploting wind vectors in gridded gridded radar reflectivity over a perticular level

Hello friends,
I am trying to plot wind vectors ( Uwind and Vwind) at 2km CAPPI. Does anyone have any idea how to do it? I am attaching an example of how the plot should come. A notebook will be much appreciated

You would want to use matplotlib’s quiver functionality - I would check out this thread on Stack Overflow, that shows how do this with xarray datasets (which you could get from a Py-ART grid object)