I’ve configured my MATLAB plots to show certain pieces of information about data when my cursor hovers over the plotted data (i.e. I wanted more than just the x and y axis value of the data). In MATLAB, this is accomplished using it’s DataTip function.
However, when I convert the plot into a plotly html, all of my data tips disappear and plotly defaults to just having the x and y axis value when I hover over the plot.
Is there a way to keep the data tips when converting to the plotly plot?
Thanks!