gopen#
- cfplot.gopen(rows=1, columns=1, user_plot=1, file='cfplot.png', orientation='landscape', figsize=[11.7, 8.3], left=None, right=None, top=None, bottom=None, wspace=None, hspace=None, dpi=None, user_position=False)[source]#
- Open a graphic file.rows=1 - number of plot rows on the pagecolumns=1 - number of plot columns on the pageuser_plot=1 - internal plot variable - do not use.file='cfplot.png' - default file nameorientation='landscape' - orientation - also takes 'portrait'figsize=[11.7, 8.3] - figure size in inchesleft=None - left margin in normalised coordinates - default=0.12right=None - right margin in normalised coordinates - default=0.92top=None - top margin in normalised coordinates - default=0.08bottom=None - bottom margin in normalised coordinates - default=0.08wspace=None - width reserved for blank space betweensubplots - default=0.2hspace=None - height reserved for white space betweensubplots - default=0.2dpi=None - resolution in dots per inchuser_position=False - set to True to supply plot position via gposxmin, xmax, ymin, ymax values
- Returns:
None