cf_data_assign

cfplot.cf_data_assign(f=None, colorbar_title=None, verbose=None, rotated_vect=False)[source]
Check cf input data is okay and return data for contour plot.
This is an internal routine not used by the user.
f=None - input cf field
colorbar_title=None - input colour bar title
rotated vect=False - return 1D x and y for rotated plot vectors
verbose=None - set to 1 to get a verbose idea of what the
cf_data_assign is doing
Returns:
f - data for contouring
x - x coordinates of data (optional)
y - y coordinates of data (optional)
ptype - plot type
colorbar_title - colour bar title
xlabel - x label for plot
ylabel - y label for plot