Question: How to avoid tick overlap?
Hi. Love the library. My biggest problem while using it is the tick spacing:

I think the tick placing/spacing should not change when the plot- is at a different size (same data):

Thanks for the feedback. I just made a few changes to the algorithm in https://github.com/epezent/implot/commit/2dc2a4cfd5e3f0419b1f864cdaedba94ec8ef3a5. Can you give the latest master a try and let me know if this improves your experience.
definitely better:

Hm. This happens with -very- large numbers:

Good to know. I think we can solve this case with a second stage of pruning. Shouldn't be to hard to implement.