Andrej Vodopivec wrote:
> On Wed, Mar 12, 2008 at 6:52 PM, dlakelan <dlakelan at street-artists.org> wrote:
>> Mario Rodriguez wrote:
>> Would it be possible to create a variable that controls the max plot
>> time, so that the adaptive algorithm has a time budget that keeps it
>> from going off into neverland?
>>
>> Just a thought. In the mean time I've converted to using parametric
>> plots with nticks=15, so that my plot completes in 20 seconds rather
>> than 30 minutes. Not as smooth, but acceptable.
>
> Decreasing the value of adapt_depth might help with plot2d and
> draw2d(explicit(...)).
>
Yes. I think setting adapt_depth to be 0 (or negative) will essentially
turn off adaptive plotting. Then you might need to increase nticks to
get enough sampling for a reasonable plot.
Ray