gpos¶
- cfplot.gpos(pos=1, xmin=None, xmax=None, ymin=None, ymax=None)[source]¶
- Set plot position. Plots start at top left and increase by one each plotto the right. When the end of the row has been reached then the nextplot will be the leftmost plot on the next row down.pos=pos - plot positionThe following four parameters are used to get full user controlover the plot position. In addition to these cfp.gopenmust have the user_position=True parameter set.xmin=None xmin in normalised coordinatesxmax=None xmax in normalised coordinatesymin=None ymin in normalised coordinatesymax=None ymax in normalised coordinates
- Returns:
None