Limit on the number of plot calls

Hi,
is there a limit to the number of times one can call ax.plot(x,y) ?

Thanks,

David

David Huard wrote:

Hi,
is there a limit to the number of times one can call ax.plot(x,y) ?

None that I can see; if you seem to be running into such a limit, then it sounds like a bug.

Eric