I'm trying to migrate androidplot from API 0.6 to 1.5, and found all equivalent methods, except one, XYPlot.graphWidget.setGridPadding(float left, float top, float right, float bottom)
This was removed from version 0.9.8 to 1.0.0, in this commit.
I created a sample project that shows the usage of the API.
The repository has two branches, AndroidPlot0.6.1
and AndroidPlot1.5.6
that show's the migration process and the solutions I tried without success.
Here is one screenshot with the grid padding, that show's the label in all points.
And here is one screenshot without the grid padding, that don't show the label in all points.
Does anyone know's how to solve this?
Thanks