Methods
|
|
|
|
__init__
|
__init__ (
self,
master,
width,
height,
background='white',
title="",
xtitle='',
ytitle='',
**kw,
)
|
|
_axisInterval
|
_axisInterval (
self,
spec,
lower,
upper,
)
Exceptions
|
|
ValueError, str( spec ) + ': illegal axis specification'
|
|
|
_drawAxes
|
_drawAxes (
self,
canvas,
xaxis,
yaxis,
bb1,
bb2,
scale,
shift,
xticks,
yticks,
)
|
|
_setsize
|
_setsize ( self )
|
|
_textBoundingBox
|
_textBoundingBox ( self, text )
|
|
_ticks
|
_ticks (
self,
lower,
upper,
)
|
|
bind
|
bind ( self, *args )
|
|
clear
|
clear ( self )
|
|
configure
|
configure ( self, event )
|
|
draw
|
draw (
self,
graphics,
xaxis='automatic',
yaxis='automatic',
)
|
|
postscr
|
postscr ( self, filename=None )
Write to Postscript file given by filename . If none provided,
ask user.
|
|
replot
|
replot ( self )
|
|