I recently updated to Mathematica 11.2, and I very much like the automatic PlotLabels feature that I discovered. However, it picks a somewhat silly ordering when the data I’m plotting cuts off at different x-locations. Say I have data that looks something like this: slopes = Table[i Round[Abs[Sin[i]], 0.1], {i, 1, 5, 0.2}]; mydata =Read more