Roger Chen
Roger Chen
For what it's worth `bail: true` appears to be working correctly in `1.8.0` for some reason
Was implemented as a consequence of #1711
With a GridPlot. On the x-axis, use x and x2. On the y-Axis, use y = 0 and y2 = value. I suppose the latter could be more explicit...if you...
You could do that; it would also have to bucket the yValues of all the bars together (or toss out bars except for the first bar in the range), but...
Doing it with `Plots.Bar` and `Scales.Category` is a hack, not an actual solution. Histograms should be spanning `Scales.Linear` or other `Quantitative` scales.
@crmorford is this still an issue? http://bower.io/stats/
I finally found a solution I'm pretty happy about in FF57 for OS X, though it requires two changes: The first is the CSS fix as described above. Here's the...
Looks like it's not just the decimal. With the string "272", we get the following: - Sum of widths of individual characters: 29.350 (FF), 23.391 (Chrome) - Width of string...
Format is as follows test string: summed vs actual (browser) "27": 19.566 vs 17.566 (FF), 15.594 vs 15.578 (Chrome) "273": 29.350 vs 25.350 (FF), 23.391 vs 23.359 (Chrome)