//! # Plots Module
//!
//! This module provides all the plot types to be used, and contains
//! the main functionality of this crate.
//!
//! Check out the documentation for each plot type for examples.
//!
//! # Plot Types
//!
//! * `array_plot`
//! * `scatter_plot`
//! * `function_plot`
//! * `line_plot`
//! * `image_plot`
//! * `animation_plot`
//! * `region_plot`
//!