Feeds
提问
Why is there extra data in my graph?
Basically, I have this code. fig = groupsummary(eventsTOP,"Event_Type","none") x =fig.Event_Type; y = fig.GroupCount; bar(x,y...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to sum values from a table by category
I have this table where we have the damage caused by natural events by state and by month. I removed the months column, but I ...
3 years 前 | 1 个回答 | 0
