debajyotikarmaker / cvpr_4234

49 stars 65 forks source link

need help #3

Open mainulimahi opened 3 years ago

mainulimahi commented 3 years ago

I just want a bar chart from the DataFrame. But it shows an error like this. Please help me to get rid of this problem. Thank You. plot1 error

asifsijan commented 3 years ago

it's because your accuracy values aren't numbers. replace acc=['0.8', '0.7',....] with [0.8,0.7,...]

mainulimahi commented 3 years ago

Okay..thanks.

itzsowvik commented 3 years ago

you can't plot characters! Look at the acc list, change it to numerical value.