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]
gopen is used to open a graphic file.

rows=1 - number of plot rows on the page
columns=1 - number of plot columns on the page
user_plot=1 - internal plot variable - do not use.
file='cfplot.png' - default file name
orientation='landscape' - orientation - also takes 'portrait'
figsize=[11.7, 8.3] - figure size in inches
left=None - left margin in normalised coordinates - default=0.12
right=None - right margin in normalised coordinates - default=0.92
top=None - top margin in normalised coordinates - default=0.08
bottom=None - bottom margin in normalised coordinates - default=0.08
wspace=None - width reserved for blank space between subplots - default=0.2
hspace=None - height reserved for white space between subplots - default=0.2
dpi=None - resolution in dots per inch
user_position=False - set to True to supply plot position via gpos
xmin, xmax, ymin, ymax values
Returns:

None