plot icon indicating copy to clipboard operation
plot copied to clipboard

plot: fix locations of default ticks

Open kortschak opened this issue 8 years ago • 2 comments

This is a continuation of #393.

I'd like to look into this implementation, but in the mean time, change the location of the tick marks.

kortschak avatar Oct 30 '17 02:10 kortschak

adding the linked file here as well: I was only able to look at it / download it from my phone but it 404-ed from chromium on my desktop...

2010-TickLabels-InfoVis.pdf

sbinet avatar Oct 30 '17 08:10 sbinet

Here is a Go implementation (from the paper and the R code in the labelling package - MIT + file LICENSE | Unlimited according to the R documentation) with modifications to allow capturing the magnitude of the values and demonstrating how this is used.

Please have a play with values of dMin, dMax and m.

I think with this and a log-space equivalent we can resolve the tick labelling situation into a single type again.

kortschak avatar Nov 01 '17 05:11 kortschak