Bump up resolution log scaling a mag

big_data_lines
Tyler Goodlet 2022-03-29 13:15:59 -04:00
parent 5e161aa251
commit d59442e3b1
1 changed files with 1 additions and 1 deletions

View File

@ -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
)
)