Bump up resolution log scaling a mag

mkts_backup
Tyler Goodlet 2022-03-29 13:15:59 -04:00
parent 6bb1f06813
commit 41a8c23e44
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
)
)