|
|
|
|
|
| draw_linec(self,
renderer) |
|
|
|
|
| draw_polyc(self,
renderer) |
|
|
|
|
get_colors(c,
num)
Stretch the color argument to provide the required number num |
|
|
|
|
|
|
|
juggle_axes(xs,
ys,
zs,
dir)
Depending on the direction of the plot re-order the axis |
|
|
|
|
line_draw(self,
renderer)
Draw a 2D line as a 3D line |
|
|
|
|
|
|
|
|
|
|
| patch_draw(self,
renderer) |
|
|
|
|
| sensible_format_data(self,
value) |
|
|
|
|
| set_line_data(line,
xs,
ys,
zs) |
|
|
|
|
| set_text_data(text,
x,
y,
z) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| text_draw(self,
renderer) |
|
|
|
|
|
|
|
| tick_update_position(tick,
x,
y,
z,
angle) |
|
|
|
|
wrap_line(line,
zs,
dir='z')
Wrap a 2D line so that it draws as a 3D line |
|
|
|
|
wrap_patch(patch,
zs,
dir='z',
fn=<function patch_draw at 0xae53b30>) |
|
|
|
|
wrap_text(text,
zs,
dir='z') |
|
|
|
|
zalpha(colors,
zs)
Modify the alphas of the color list according to depth |
|
|