|
|
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
|