halfhp / androidplot

Charts and plots for Android
http://androidplot.com
Apache License 2.0
505 stars 159 forks source link

Database #86

Closed joshvapeter closed 6 years ago

joshvapeter commented 6 years ago

How to plot this graph from database instead of static data?

halfhp commented 6 years ago

Hi Josh,

Since this is a question and not a bug report I'd suggest making a post on StackOverflow.

Having said that, the fundamental question you're asking has very little to do with plotting data outside the fact that your end goal is to display a plot. You'll likely have the most success asking a question focused more on how to interact with your specific database / data model to extract sequences of numbers. Once you know how to do that, plotting the data in Androidplot (or any other library) is trivial.