JuliaPlots / JuliaPlots/PlotUtils.jl
No strict ticks found for exponentially small limits
Open
- Dominant language
- Julia
- Stars
- 34
- Forks
- 34
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 2
Description
While testing for https://github.com/MakieOrg/Makie.jl/pull/3681 I noticed that tick finding has problems with small numbers, starting around `PlotUtils.optimize_ticks(1e-17, 10e-17)`. It would be nice if we could push this a bit further.
For large values even `PlotUtils.optimize_ticks(1e200, 10e200)` still works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.