//! Interactive plotting system with real-time zoom, pan, and data brushing
//!
//! This module provides interactive capabilities built on top of the existing
//! Plot system, using winit for windowing and leveraging the existing GPU
//! acceleration for smooth 60fps interactions.
/// Test utilities for interactive mode testing
pub use ;
pub use RealTimeRenderer;
pub use ;
pub use ;