Module plotters::prelude

source ·
Expand description

The module imports the most commonly used types and modules in Plotters

Re-exports§

Structs§

Enums§

  • Describes font family. This can be either a specific font family name, such as “arial”, or a general font family class, such as “serif” and “sans-serif”
  • Describes the font style. Such as Italic, Oblique, etc.
  • Specifying text transformations

Traits§

  • The drawing backend trait, which implements the low-level drawing APIs. This trait has a set of default implementation. And the minimal requirement of implementing a drawing backend is implementing the draw_pixel function.

Type Aliases§

  • The type used to returns a drawing operation that can be failed