Re: How can I speed up drawing of 2D graphs?



SzH wrote:
On Oct 25, 10:06 pm, Dave <nowh...@xxxxxxxxxxx> wrote:
I was not aware how to do that - I guess if I had looked enough, I
should have been able to work it out. But I don't immediately know what
function to use.


Just use Table[].

Table[data[[i]], {i, 1, Length[data], 100}]


Thank you, although as I said before, your other suggestions of setting MaxPlotPoints worked well, so I have not actually botherd to use Table in this way.
.