iNZightVIT / iNZightPlots

Plot functions for use by iNZight.
2 stars 1 forks source link

Dot plot spacing wrong for log-transformed data #220

Open tmelliott opened 4 years ago

tmelliott commented 4 years ago

This produces an odd-looking plot (the spacing is on the log-scale).

iNZightPlot(rnorm(100, 100), transform = list(x = "log"))

Dots need to be spaced on the log-scale ..