diff --git a/piker/ui/_compression.py b/piker/ui/_compression.py index 9887138e..1fa9dcae 100644 --- a/piker/ui/_compression.py +++ b/piker/ui/_compression.py @@ -207,7 +207,7 @@ def ohlc_to_m4_line( # NOTE: found that a 16x px width brought greater # detail, likely due to dpi scaling? # px_width=px_width * 16, - 64 / (1 + math.log(uppx, 2)), + 128 / (1 + math.log(uppx, 2)), 1 ) )