|
The first parameter to modify is the one describing the plot type. This enables the parameters relevant to the chosen plot type. |
Specifies the type of plot to be generated. This also implicitly specifies how to interpret the data variables. The available modes follow a set format: the first part is either 'Geo' (geographical coordinates) or 'Xy' (more generic coordinates); the second part is 'Points' (individual points), 'Vectors' (individual points with vector information) or 'Matrix' (matrix of data values).
Specifies the path to the input netCDF file. This parameter, if filled, over-rides Netcdf Data.
Drop any icon containing or returning netCDF data.
Specifies which variable in the netCDF file contains the list of latitudes to be used. Only available for 'Geo' type plots.
Specifies which variable in the netCDF file contains the list of longitudes to be used. Only available for 'Geo' type plots.
Specifies which variable in the netCDF file contains the list of x-coordinates to be used. Only available for 'Xy' type plots.
Specifies which variable in the netCDF file contains the list of y-coordinates to be used. Only available for 'Xy' type plots.
Specifies which variable in the netCDF file contains the list of values to be used. Only available for 'Points' and 'Matrix' type plots.
Specifies which variable in the netCDF file contains the list of vector x-components to be used. Only available for 'Vectors' type plots.
Specifies which variable in the netCDF file contains the list of vector y-components to be used. Only available for 'Vectors' type plots.
Specifies the name of the attribute which provides the missing value indicator for the Netcdf Value Variable.