I am trying to display two sets of data on the same graph using androidplot; however, the data sets have very different scales. Whilst I could do some kind of normalisation of the data sets to make them compatible, I would rather plot them on multiple y axes - e.g.
http://www.cohort.com/2yaxes.gif
I can pretty much do this in achartengine, but I think that androidplot produces better looking graphs and provides a "better" (i.e. more android like) architecture.
Does anybody have any ideas: a) if it can be done? and, b) how to do it?