Home | Trees | Indices | Help |
|
---|
|
|
|||
|
Test Test class |
|
|||
[float],[float]
|
multibar_curve(values,
x0=None,
xwidth=0.25,
xsep=0.15) Get x,y values to draw many bars. |
||
[ float ], [ float ]
|
bar_curve(height,
x0,
xwidth=0.25,
y0=0.) Get x,y values for a single bar. |
||
float, float, float, float
|
boxed_diagonal(x0,
y0,
x1,
y1,
vy) Get a diagonal connecting left (x0) to right (x1) edge but which is only visible within a rectangular box. |
||
[Biggles.Curve]
|
line_fill(x0,
y0,
x1,
y1,
sep=0.1,
size=0.06,
color='black',
**kw) Fill the rectangle described by x0, y0, x1, y1 with horizontal lines. |
||
[Biggles.FillBetween]
|
bar_fill(x0,
y0,
x1,
y1,
sep=0.1,
size=0.06,
color='grey',
**kw) Fill the rectangle described by x0, y0, x1, y1 with horizontal bars. |
||
[Biggles.FillBetween]
|
diagonal_fill(x0,
y0,
x1,
y1,
sep=0.2,
size=0.05,
invert=0,
**kw) Fill the rectangle described by x0,y0, x1,y1 (lower left and upper right corner) with diagonal bars. |
||
[Biggles.Curve]
|
diagonal_line_fill(x0,
y0,
x1,
y1,
sep=0.2,
size=0.05,
invert=0,
**kw) Fill the rectangle described by x0,y0, x1,y1 (lower left and upper right corner) with diagonal lines. |
||
[Biggles.FillBetween]
|
solid_fill(x0,
y0,
x1,
y1,
**kw) Fill the rectangle described by x0,y0, x1,y1 (lower left and upper right corner). |
||
biggles.Curv
|
box_curve(x0,
y0,
x1,
y1,
**kw) A rectangle described by x0,y0, x1,y1 (lower left and upper right corner). |
||
biggles.FillBetween
|
box_fill(x0,
y0,
x1,
y1,
**kw) Fill for a rectangle described by x0,y0, x1,y1 (lower left and upper right corner). |
||
|
add_box(p,
x0,
y0,
x1,
y1,
fillfunc=solid_fill,
**kw) Add single filled box to plot. |
||
|
fill_bars(p,
values,
x0=None,
xwidth=0.25,
xoffset=1,
fillfunc=solid_fill,
margin=0.01,
**kw) Add filling to bars described y values, left-most x, width and offset. |
||
|
add_bars(p,
values,
x0=None,
xwidth=0.25,
xoffset=1,
fillfunc=solid_fill,
**kw) Add bars to plot, described by y values, left-most x, width and offset. |
||
biggles.FillBetween
|
prepare_plot(xlabel='',
ylabel='',
yrange=None,
xrange=None,
width=500,
height=350) Initiate a biggles.FramedPlot object. |
|
|||
|
B = 0
|
||
|
test = Test()
|
|
Get x,y values to draw many bars.
|
Get x,y values for a single bar.
|
Get a diagonal connecting left (x0) to right (x1) edge but which is only visible within a rectangular box.
|
Fill the rectangle described by x0, y0, x1, y1 with horizontal lines.
|
Fill the rectangle described by x0, y0, x1, y1 with horizontal bars.
|
Fill the rectangle described by x0,y0, x1,y1 (lower left and upper right corner) with diagonal bars.
|
Fill the rectangle described by x0,y0, x1,y1 (lower left and upper right corner) with diagonal lines.
|
Fill the rectangle described by x0,y0, x1,y1 (lower left and upper right corner).
|
A rectangle described by x0,y0, x1,y1 (lower left and upper right corner).
|
Fill for a rectangle described by x0,y0, x1,y1 (lower left and upper right corner).
|
Add single filled box to plot.
|
Add filling to bars described y values, left-most x, width and offset.
|
Add bars to plot, described by y values, left-most x, width and offset.
|
Initiate a biggles.FramedPlot object.
|
|
B
|
test
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:38 2006 | http://epydoc.sourceforge.net |