


I wonder if there is any way to avoid this kind of aliasing. I vaguely remember MATLAB handled this gracefully. I have found matplotlib's plotting to be superior to MATLAB's in every way (except for 3D) and it would be nice if aliasing could be handled gracefully.
matplotlib does polyline simplification, which improves speed on highly oversampled data. The side-effect of this is the aliasing you've observed. I'm not sure how to turn polyline-simplification off.
ReplyDelete