Alex Johnson
Alex Johnson
@TBusan right, in principle this is a bug that at some point we should fix, but I suspect doing that would be a substantial project that might also impact performance,...
With `zmin` and `zmax` we still render all the data, but anything below `zmin` gets the min color and anything above `zmax` gets the max color. You're right that there...
OK on Chrome on a Mac. Here's the markup I see for that slice: ``` ``` I'm curious if you see the same on Linux - particularly the `d` (path...
Thanks for checking the markup @RoadrunnerWMC - so the issue is definitely on the SVG rendering side, not on our data processing side. I'd probably vote for the "switch to...
`demo` went away when we switched from webpack to microbundle in #99 - @akx how hard would it be to restore that functionality?
see also #1953 - one of the options should be max/min (which I guess would count as 0/100th percentile?) - and then rather than the current hard-coded dependence on `boxpoints`,...
Thanks @joshlk - I guess this is just a question of which prefixes we assume are well-enough known to include, as clearly at some point this needs to flip over...
Perhaps the simplest would be to add a new mode like `SI extended` that goes to +/- 24 or 30 before flipping to exponential? That’s probably pretty easy if you’d...
Looks like @dberardi99 beat you to it :tada: 🙇 I’d be happy to hear more opinions on this - seems to me though that since any solution we come up...
Thanks @danielklim - just to be clear, can you show an example of using these new attributes? Also please switch to double quotes to appease the linter (or install `black==19.10b0`...