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 fieldcolorbar_title=None - input colour bar titlerotated vect=False - return 1D x and y for rotated plot vectorsverbose=None - set to 1 to get a verbose idea of what thecf_data_assign is doing
- Returns:
- f - data for contouringx - x coordinates of data (optional)y - y coordinates of data (optional)ptype - plot typecolorbar_title - colour bar titlexlabel - x label for plotylabel - y label for plot