plot: allow float values for grid
This commit is contained in:
@@ -39,7 +39,7 @@ session_arg_t session;
|
||||
|
||||
double CursorScaleFactor = 1;
|
||||
char CursorScaleFactorUnit[11] = {0};
|
||||
int PlotGridX = 0, PlotGridY = 0, PlotGridXdefault = 64, PlotGridYdefault = 64;
|
||||
double 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)
|
||||
static bool flushAfterWrite = 0;
|
||||
|
||||
Reference in New Issue
Block a user