switched punchcard scale to log with 1.15 base

This commit is contained in:
theericstone 2022-09-02 14:08:07 -04:00
parent 9a14d58e4d
commit 746af8f035

View File

@ -195,7 +195,7 @@ plot_tx <- function(eoa_tx) {
plot_ly(data,
x = ~week,
y = ~day,
marker = list(size = ~NUM_TX*5,
marker = list(size = ~log(NUM_TX + 1,base = 1.15),
color = "#423E75",
line = list(width = 0, color = "#423E75")
),