I'm using AndroidPlot 0.61. I want to make a graph with round-number gridlines, much the same way as Desmos Calculator (online), but sub-grid-lines are not necessary. I'm currently using INCREMENT_BY_VALUE with a custom function to calculate the best grid spacing. Unfortunately, the gridlines begin at the origin, and each line is (origin + n*mod) instead of (n*mod). How do I make gridlines all multiples of an absolute value?
(An extension of this question is how to make gridlines scroll with the graph and change sizes when it's zoomed. It's related in concept to this question How to make domain grid line scroll, but I refuse to believe that the two most popular graphing frameworks on Android are both blatantly omitting such an essential feature).