[][src]Module plotlib::style

Manage how elements should be drawn All style structs follows the 'optional builder' pattern: Each field is a Option which start as None. They can all be set with setter methods, and instances can be overlaid with another one to set many at once. Settings will be cloned in and out of it.

Structs

BoxStyle
LineStyle
PointStyle

Enums

LineJoin

The style that line corners should use

PointMarker

The marker that should be used for the points of the scatter plot