//! The functions used to plot the 2D motion and synthesis result.
pub use *;
/// Drawing option of motion four-bar linkage.
///
/// This is a adaptor type of [`fb::Figure`].
///
/// See also [`Figure::add_pose()`]/[`Figure::push_pose()`] for more details.
pub type Figure<'a, 'b> = Figure;