Closed xmacex closed 6 years ago
It's a bit of a tricky thing to debug :-P But getting there
Now
print(d.p)
>>> [3.2, 0, 0, 0, 4.0, 0.2, 3.1]
do = make_a_data_object.models.DataObject(d.a, d.p)
plt.plot(do.precipitation);
with
and do.plot_heatmap()
A slice of 0, or whatever
fill_value
is set forDataObject.pi
interpolation function, is created at the end of the precipitation data.And
do.plot_heatmap()