Hello Everyone,
I was trying to print a Precision Line chart for the 376 classes I have in my dataframe. The issue is around 40 classes has precision of 0 in the dataframe. But in this long tail, I don’t see 40 unique lines in the x-axis. There are 4 unique classes shown only on hovering between the two x-axis points. In the graph it looks like there are only 10 classes having precision 0. But its a long tail of 40 unique classes that is having precision 0.
Issue to Reproduce:
Create a pandas dataframe with 376 classes, and a precision x - axis having final 40 points as 0.0. and see the visualization of the line chart.