Trees | Indices | Help |
---|
|
Concrete class LinePlotter implements simple line plotting functionality (including coordinate scaling and line markers) on a box within a pygame.Surface
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
color = np.array([0, 0, 255])
|
|
|||
Inherited from |
|
INPUTS: surf -- the pygame.Surface on which to plot box -- bounding box, in range (0,0) to (1,1) ATTRIBUTES (public): .c -- color -- line color to use; autogenerated .mrk -- Glyph -- line symbols; default is dot with the color .c .bg -- color -- background color used for clearing plot area .axes -- 4-list -- (xmin,ymin,width,height)
|
Plot a line with the specified points INPUTS: x -- numbers -- x coordinates, in plot(x,y) form, or y coordinates in plot(y) form. y -- numbers or None -- y coordinates of points |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |