I am trying to plot a ROC curve and is working nicely! Now I want to modify the tooltip to add the Threshold value. I think that can be done with Weave and the Table of Thresholds, False and True Positive Rates but I don’t have too much knowledge about Weave.
Hi @marioparreno, it looks like this is a bug affecting just line plots in Weave. The tooltip expression should be row["thr"] but this isn’t currently working with line plots. If you change the mark to “point” you will get the expected behavior. I’ve reported this to our engineering team so we can get a fix on this.
Hi @nathank , thanks! In the meantime could you help me with something related?
At the tooltip I would like to put more info, as the fpr, tpr and class. I can add expressions simply with ‘+’, but I want to add new lines. I tried ‘\n’ and ‘ ’ but not works. Examples: