//!//! Log and plot library.
//!//! This library serves the purpose of logging data
//! from a system, and plotting the data at the same
//! time.
//!//! This can be handy when debugging a system under test.
#[macro_use]externcrate log;pubmodchart;pubmodgeometry;pubmodrender;pubmodstyle;pubmodtime;pubmodtsdb;#[cfg(feature ="server")]pubmodserver;