coa-project / pycoa

pycoa Python source code
MIT License
18 stars 0 forks source link

Error thrown when no data. Should be a warning #163

Closed tjbtjbtjb closed 2 years ago

tjbtjbtjb commented 2 years ago

When there is no data, one might except a warning, not an error. And when asked for a plot, this one should be returned as empty, not with a fatal error.

image

odadoun commented 2 years ago

partially fixed for plot and hist not yet for map

odadoun commented 2 years ago

done for map also

tjbtjbtjb commented 2 years ago

It works. But not when bypop activated.

image

odadoun commented 2 years ago

bypop pb fixed

tjbtjbtjb commented 2 years ago

It still does not work with hist (byvalue, bycountry or pie) unfortunately…

image

odadoun commented 2 years ago

fixed !