New bug in V 13.3
Wolfram support: A support case was created with the ID [CASE:5057959]
Why in V 13.3 on windows 10, when moving the mouse on top of a plot, it says there is an error? In V 13.2.1 the same code does not behave the same.
First, here is a small movies, then the code at the end.
V 13.3
V 13.2.1
Code
d={99.5305,98.6348,98.0392,98.1481,93.75,97.7778,78.9474,83.3333,91.6667,100.}
maxNumberOfSteps=10;
g=ListLinePlot[d,Frame->True,GridLines->{Range[maxNumberOfSteps],Automatic},GridLinesStyle->LightGray,Frame->{True,True,False,False},
FrameLabel->{{"solved percentage",None},{"Rubi number of steps","Maple"}},
Mesh->All,
MeshStyle->Directive[PointSize[Medium],Red],
PlotStyle->LightRed,
PlotRange->{{1,maxNumberOfSteps},{40,110}},
FrameTicks->{{Automatic,None},{Range[maxNumberOfSteps],None}},
BaseStyle->Automatic,
ImageSize->300]




PlotHighlightingstuff – Lukas Lang Jul 03 '23 at 08:59ListPlot[..., Joined -> True]work. – cvgmt Jul 03 '23 at 09:01