use BackendCoord;
use Deref;
/// The trait that translates some customized object to the backend coordinate
/// The trait indicates that the coordinate system supports reverse transform
/// This is useful when we need an interactive plot, thus we need to map the event
/// from the backend coordinate to the logical coordinate