pub fn read_plot3d_grid(src: &str) -> Result<Plot3dGrid, Error>
Parse an ASCII PLOT3D .xyz file from a string.
.xyz
Returns Error::Parse if the input is malformed.
Error::Parse