livegraph

while writing data to the graph in a Graphview getting some the extra line. how can i solve it?

不问归期 提交于 2019-12-13 00:53:59
问题 I'm trying to plot the data in a GraphView while plotting I'm getting some extra line starting of the graph. Ihe package I'm using com.jjoe64.graphview.GraphView My code is : public class ABIModeActivity extends AppCompatActivity { private LineGraphSeries<DataPoint> mSeries2; private double graph2LastXValue = 5d; static GraphView graph2; Context context; Button okbutton; CountDownTimer cTimer = null; int i=0; int[] BP_Data=new int[]{115,115,115,115,115,115,115,115,115,115,115,115,115,115,115

Live graph for a C application

六月ゝ 毕业季﹏ 提交于 2019-11-27 18:33:45
问题 I have an application which logs periodically on to a host system it could be on a file or just a console. I would like to use this data to plot a statistical graph for me. I am not sure if I can use the live graph for my application. If this tool is the right one, may I have an example on integrating the external application with the live graph? this is livegraph link --> http://www.live-graph.org/download.html 回答1: I think this can be achieved easiest using Python plus matplotlib. To