Androidplot: Improve Axis layout (remove cutoff values)

android, androidplot, charts, graph

Solution

dynamicPlot.getGraphWidget().setMarginTop(4);
dynamicPlot.getLegendWidget().setHeight(14);

Luckly I still found something in the androidplot forums cache.

Problem

On Androidplot my Axis Vals are cut off, so the last values are only shown half. How to fix this issue?

Original source