<div dir="ltr">I produced a line plot as:<div>ax.plot (x, y, '.')</div><div>and saved as pdf.</div><div><br></div><div>Both x and y were large vectors, resulting in a large pdf, and when incorporated into a LaTeX document, the resulting pdf takes a long time to open.</div><div><br></div><div>Other than my manually decimating the vectors:</div><div>ax.plot (x[::100], y[::100], '.')</div><div><br></div><div>Is there some way within mpl to simplify plots?  Or perhaps post-processing the pdf?</div><div><br></div><div>Thanks,</div><div>Neal</div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><i>Those who don't understand recursion are doomed to repeat it</i></div></div></div></div>