| 
GridData (
        data,
        xvals=None,
        yvals=None,
        inline=None,
        filename=None,
        **keyw,
        )
        
            | Exceptions |  |  
        | 
Errors.DataError( 'The size of yvals must be the same as the size of ' 'the second dimension of the data array' )Errors.OptionError( 'binary inline data not supported' )
 Errors.DataError( 'The size of xvals must be the same as the size of ' 'the first dimension of the data array' )
 Errors.OptionError( 'cannot pass data both inline and via a file' )
 Errors.DataError( 'data array must be two-dimensional' )
 
 |  |