fixed some plotting issues

modified step detection
This commit is contained in:
k-a-z-u
2018-06-06 11:21:00 +02:00
parent 9e6d9f4ce7
commit 38b633b9be
6 changed files with 143 additions and 19 deletions

View File

@@ -104,7 +104,10 @@
gp1 << "set arrow 1 from screen 0.85,0.85 to screen " << ax << "," << ay << "\n";
gp1 << "set object 2 circle at screen 0.85,0.85 radius screen 0.1 \n";
gp1.draw(multiplot);
//gp1.draw(plotGyroRaw); // raw only
gp1.draw(plotGyroFix); // fixed only
//gp1.draw(multiplot); // both
gp1.flush();
}