Problem with matplotlib with slider usage
I work with a dataset, I trained a model and want to get more data so I use my model on unlabeled data and then plot the data with the model-maded label to see if it’s a good label or no. I want to implement a slider in order to choose the opacity of the label to see if it’s a relevant label or no.
The problem is that the slider does show but I can’t interact with it.