Open wby920920 opened 1 year ago
Dear @wby920920
I am sorry for my late response.
I am not sure which part the error is coming from, but would suspect output of the network_count.values()
contain float NaN values. Maybe adding a line for replacing all NaN values of the network_count
dict to some integer (e.g. 0) before calling ax.pie
would fix the problem.
I would welcome a pull request if the problems are fixed!
Thank you.
When I analyze, the following error occurs. How to solve it?