plotlars-core 0.12.2

Core types and traits for plotlars
Documentation
pub mod arrangement;
pub mod axis;
pub mod bar_mode;
pub mod cell;
pub mod color;
pub mod colorbar;
pub mod coloring;
pub mod dimensions;
pub mod direction;
pub mod exponent;
pub mod facet;
pub mod fill;
pub mod header;
pub mod intensity;
pub mod legend;
pub mod lighting;
pub mod line;
pub mod mode;
pub mod orientation;
pub mod palette;
pub mod shape;
pub mod text;
pub mod tick;

pub use arrangement::Arrangement;
pub use axis::Axis;
pub use bar_mode::BarMode;
pub use cell::Cell;
pub(crate) use color::DEFAULT_PLOTLY_COLORS;
pub use color::{parse_color, Rgb};
pub use colorbar::ColorBar;
pub use coloring::Coloring;
pub use dimensions::Dimensions;
pub use direction::Direction;
pub use exponent::ValueExponent;
pub use facet::{FacetConfig, FacetScales};
pub use fill::Fill;
pub use header::Header;
pub use intensity::IntensityMode;
pub use legend::Legend;
pub use lighting::Lighting;
pub use line::Line;
pub use mode::Mode;
pub use orientation::Orientation;
pub use palette::Palette;
pub use shape::Shape;
pub use text::Text;
pub use tick::TickDirection;