Hello everyone,
I am curious whether one can use Tooltip with ContourLabels in the ListContourPlot function.
I know that you can us ContourLabels->Automatic which adds the mouseover labels, but I would like to modify those labels, e.g., apply a function to the default values, and add text like "%".
I know that I could use something like:
ContourLabels ->
Function[{x, y, z}, Text[Round[z, .1], {x, y}, Background -> White]]
if I want the labels to be there permanently, but I don't, which is why I specifically would like to konw if Tooltip can be used.
Also, as a separate question, is there any reason that my contour plots will sometime (often?) have lines that don't complete a circuit and just add "random" line segments to my plot.
Thanks,
Matty