JuliaPlots / Plots.jl

Powerful convenience for Julia visualizations and data analysis
https://docs.juliaplots.org
Other
1.84k stars 354 forks source link

[FR] Allow user to specify higher-precision adapted_grid #4893

Open calumapplepie opened 8 months ago

calumapplepie commented 8 months ago

Add some function or keyword argument to allow for increasing adapted_grid curvature limits

calumapplepie commented 8 months ago

Its also possible that the case where I'm seeing this problem is algorithmic; I mostly see it with functions involving asymptotes at zero; eg, plot(x->x^-6,ylims=(0,10))

Perhaps its the interaction of the asymptote with the adaptive grid calculator that's the problem?