WLJS LogoWLJS Notebook

AbsoluteThickness

AbsoluteThickness[n_Real]

is used to control the visible thickness of lines used in Graphics. The displayed is not affected by scaling or zooming the plot.

Example

A styled Line object

Graphics[{
  AbsoluteThickness[3],
  Cyan, 
  Line[{{0,0}, {1,1}}]
}]

On this page