datamade/open-ee-meter

Log-log scale for scatterplot

Opened this issue · 0 comments

I wonder if it might be easier to see what's going on if the values the x and y axes were on the log scale
the straight line would stay a straight line.

We would have to transform the negative values like so -1 * log(abs(value))