Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XY plot using android plot

Tags:

android

Hello I want to draw graph of y as a function of x and a line between two points (x1,y1) and (x2,y2) using android plot.

Help needed for this type of query.

like image 415
Jaffar Raza Avatar asked Aug 03 '26 05:08

Jaffar Raza


1 Answers

You may have run into a bug that causes the lines to disappear if you have hardware acceleration enabled.

To fix it you need to set android:hardwareAccelerated="false" in the tag of your AndroidManifest.xml file.

http://androidplot.com/forum/index.php/topic,86.0.html

like image 187
mach Avatar answered Aug 05 '26 18:08

mach



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!