0

Why I am not able to draw spatial plot after finding quantiles of my data? I am trying to plot precipitation variable spatially in order to see the inverse cumulative distribution of the same. So, while finding the inverse cumulative distribution, the quantiles are calculated!! But after the calculation of quantiles, my data became 1D with a single dimension of "quantiles". Before, it was 2D with "longitude" and "latitude". And then, when I tried plotting it spatially, it did not work. So how can I plot this spatially? Any help would be appreciated.

I tried:

cdf = data.quantile(np.linspace(0, 1, 101))

And the data the became 1D which was not able to plot spatially.

Redox
  • 9,321
  • 5
  • 9
  • 26
mmkaradan
  • 1
  • 1

0 Answers0