I've run into a weird bug in ListLinePlot. It seems to be missing a point and miss-assigning a different one, I've done a couple other such plots w/o issue. Here is the code (and attached is the graph):
ListLinePlot[{{{0, 400}, {10, 400}, {85, 335}, {400, 335}}, {{0, 650}, {10, 650}, {335, 400}, {400, 400}}, {{0, 400}, {8, 400}, {200, 260}, {400, 260}}}, PlotMarkers->{Automatic}]
Removing the {10, 650}, seems to register the missing {0, 650} point. What am I doing wrong? Or is this really a bug?
Attachments: