I have a dataset like
data = {{-5., 1.00000000000000004968}, {-4.5, 1.00000000000000004510}, {-4., 1.00000000000000004200}, {-3.5, 1.00000000000000004144}, {-3., 1.00000000000000004012}, {-2.5, 1.00000000000000003979}, {-2., 1.00000000000000004132}, {-1.5, 1.00000000000000004208}, {-1., 1.00000000000000004284}, {-0.5, 1.00000000000000004726}, {0., 1.00000000000000004284}, {0.5, 1.00000000000000004350}, {1., 1.00000000000000004312}, {1.5, 1.00000000000000004073}, {2., 1.00000000000000003956}, {2.5, 1.00000000000000004256}, {3., 1.00000000000000003917}, {3.5, 1.00000000000000004538}, {4., 1.00000000000000004671}, {4.5, 1.00000000000000004685}, {5., 1.00000000000000004719}} However ListPlot[data] just gives a bunch of datapoints with constant ordinate. How can I visualize the small variations of the ordinates?


ListPlot[data]$\endgroup$