From 9c2be5743fb44e8a68084ac0bd15c02f6cce637a Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 20 Jan 2021 00:30:50 -0800 Subject: Final graph fidelity tweaks and fixes --- grapher/Constants/Constants.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'grapher/Constants/Constants.cs') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index c76ac59..e31f62c 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -17,10 +17,7 @@ namespace grapher public const int Resolution = 100; /// Multiplied by DPI over poll rate to find rough max expected velocity. - public const double MaxMultiplier = 85; - - /// Ratio of max (X, Y) used in "by component" calulations to those used in "whole vector" calculations. - public const double XYToCombinedRatio = 1.4; + public const double MaxMultiplier = .05; /// Separation between X and Y active value labels, in pixels. public const int ActiveLabelXYSeparation = 2; -- cgit v1.2.3