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 plot
to the right. When the end of the row has been reached then the next
plot will be the leftmost plot on the next row down.
pos=pos - plot position

The following four parameters are used to get full user control
over the plot position. In addition to these cfp.gopen
must have the user_position=True parameter set.
xmin=None xmin in normalised coordinates
xmax=None xmax in normalised coordinates
ymin=None ymin in normalised coordinates
ymax=None ymax in normalised coordinates


Returns:

None