Berthier Lemieux

Results 3 issues of Berthier Lemieux

It seems to be a rather common pitfall to use :nth-of-type and :nth-child together with a class selector. ``` tr.row:nth-child(odd) ``` I see it would be useful that the documentation...

Is there a fundamental reason why the created mark properties for the plot helpers classes (Line, Area, ...) are all "enter" properties, ? ``` python marks = [Mark(type='line', properties=MarkProperties(enter=enter_props))] ```...

In the tutorial, https://github.com/wrobstory/vincent/#built-from-scratch, the graph generated is not displaying the data accurately. The very first column should have a height of 42, instead it is shown as 62. This...