line-thickness attribute

Type:number
Inherited:no
Used By:linegraph
Default:1
See:xrotation yrotation

When plotting a linegraph in 2D (i.e. with xrotation and yrotation both set to zero), the lines are often too thin to be clearly distinguished against the background.

The line-thickness attribute sets the thickness of the lines in this case. It has no effect if the graph has been rotated to 3D.

Draw the lines on the linegraph as 2pt wide.

linegraph { xrotation:0; yrotation:0; line-thickness:2; }