pub fn load_document<P>( filename: P, style: Style, template: Option<&str>, ) -> Result<Document, SubplotError>where P: AsRef<Path> + Debug,
Load a Document from a file.
Document