[][src]Module plotlib::scatter

Structs

Scatter

The scatter representation. It knows its data as well how to style itself

Style

Style follows the 'optional builder' pattern Each field is a Option which start as None Each can be set with setter methods and instances of Style can be overlaid to set many at once. Settings will be cloned in and out of it.