Roger Chen

Results 4 issues of Roger Chen

Requires users to define the size of the buckets for the histogram relative to the axes. Start position for the buckets can be inferred from the scale. Should work with...

Type: Feature Request
P2
Slate

Given the string “27.2”, we compare the following: - Sum of widths of individual characters: 35.233 (FF), 27.297 (Chrome) - Width of string as a whole: 29.233 (FF), 27.25 (Chrome)...

bug

The issue with https://github.com/palantir/plottable/issues/1526 was that svg-typewriter's measurer did not have a concept of rotated text, so it was necessary to measure text in a non-rotated state, and then convert...

`Nodes()` currently returns a generator function that iterates across all the nodes in a graph, while `GetNodes()` returns the number of nodes in the graph. The latter is easily confused...