DrawArea :

Options:

left,bottom,width,height ---- allows to set axis position
Frame on/off ---- allows to on or off frame
hold on/off ---- allows to on or off hold.When hold is True, subsequent plot commands will be added to the current axes. When hold is False, the current axes and figure will be cleared on the next plot command
title ---- allows to set title of the figure
Xlabel ---- allows to set xlabel of the figure
Ylabel ---- allows to set ylabel of the figure
Xlimit ---- set autoscale off before setting xlimit.
Ylimit ---- set autoscale off before setting ylimit.
xticklabels ---- allows to on or off xticklabels
yticklabels ---- allows to on or off yticklabels
axis on/off ---- allows to on or off axis
autoscale on/off ---- when on sets default axes limits , when off sets limit from xlimit and ylimit entries


SetMatplotlibOptions :

To delete any option from this widget or to set to default RightClick on option.
Options:


axisbelow on/off ---- whether the axis ticks and gridlines are above or below
hold on/off ---- allows to on or off hold.
facecolor ---- background color; white
edgecolor ---- edge color; black
linewidth ---- edge linewidth
titlesize ---- fontsize of the axes title
marker ---- marker is one of lineMarkers
markeredgewidth ---- markeredgewidth is the size of the markter edge in points
markeredgecolor ---- markeredgecolor can be any color arg
markerfacecolor ---- markerfacecolor can be any color arg
zoomx ---- Zoom in on the x xaxis numsteps (plus for zoom in, minus for zoom out)
zoomy ---- Zoom in on the x xaxis numsteps (plus for zoom in, minus for zoom out)
adjustable ---- to modify the axes box or the view limits. box - change physical size of axes datalim - change xlim or ylim
anchor ---- 'C' - centered 'SW' - lower left corner 'S' - middle of bottom edge 'SE' - lower right corner etc
aspect ---- to modify the axes box or the view limits. auto -automatic; fill position rectangle with data. normal - same as 'auto'; deprecated equal - same scaling from data to plot units for x and y


Options:


Theese are used by text object.
font.family ---- font family
font.style ---- font style
font.variant ---- font variant
font.weight ---- font weight
font.size ---- font size


Options:


text.color ---- color of the text
text.usetex ----on/off
text.dvipnghack ----on/off
text.fontstyle ---- fontstyle of the text
text.fontangle ---- fontangle of the text
text.fontvariant ---- fontvariant of the text
text.fontweight ---- fontweight of the text
text.fontsize ---- fontsize of the text


Options:


gridOn ---- allows to set grid on/off
gridlinewidth ---- linewidth in points
gridcolor ---- grid color
gridlinestyle ---- allows to set linestyle from list of linestyles
whichgrid ---- major or minor


Options:

Allows to set following options,
figpatch_antialiased ---- antialiased on/off
figpatch_linewidth ---- figure patch linewidth
figpath_edgecolor ---- figure patch edgecolor
figpatch_facecolor ---- figure patch facecolor


Options:


legend.isaxes ---- legend axes on/off
legend.numpoints ---- the number of points in the legend line
legend.fontsize ---- legend fontsize
legend.pad ---- the fractional whitespace inside the legend border
legend.markerscale ---- the relative size of legend markers vs. original
the following dimensions are in axes coords,
legend.labelsep ---- the vertical space between the legend entries
legend.handlelen ---- the length of the legend lines
legend.handletextsep ---- the space between the legend line and legend text
legend.axespad ---- the border between the axes and legend edge
legend.shadow ---- shadow on/off


Options:


xtick.major.pad ---- distance to label in points
ytick.major.pad ---- distance to label in points
xtick.minor.pad ---- distance to label in points
ytick.minor.pad ---- distance to label in points
xtick.color ---- color of the xtick labels
ytick.color ---- color of the ytick labels
xtick.labelsize ---- ontsize of the xtick labels
ytick.labelsize ---- fontsize of the ytick labels
xtick.labelrotation ---- angle to rotate xticklabels
ytick.labelrotation ---- angle to rotate yticklabels