plot: fix mean, rework annotations

This commit is contained in:
Philippe Teuwen
2020-10-04 20:01:08 +02:00
parent 77f4371cd1
commit e179fdb3b0
5 changed files with 25 additions and 15 deletions

View File

@@ -38,7 +38,7 @@
session_arg_t session;
double CursorScaleFactor = 1;
char CursorScaleFactorUint[11] = {0};
char CursorScaleFactorUnit[11] = {0};
int PlotGridX = 0, PlotGridY = 0, PlotGridXdefault = 64, PlotGridYdefault = 64;
uint32_t CursorCPos = 0, CursorDPos = 0;
double GraphPixelsPerPoint = 1.f; // How many visual pixels are between each sample point (x axis)