Special Paths

These are the methods for creating and using various special paths including contours, splines, steps, arrows, and error bars.

FigureMaker methods

append_interpolant_to_path(interp)  [ doc ]

make_contour(data, x, y, gap, zlevel, legit=None, method=gri)  [ doc | example ]

make_interpolant(x, y)  [ doc | example ]

make_spline_interpolated_points(x, y, xsample, start_slope=None, end_slope=None)  [ doc | example ]

make_steps(x, y, xfirst=None, yfirst=None, xlast=None, ylast=None, justification=None)  [ doc | example ]

show_arrow(xhead, yhead, xtail, ytail, line_width=1.0, line_type=None, head_marker=(14, 228), tail_marker=(14, 120), head_angle=0.0, tail_angle=-180.0, head_just=None, tail_just=None, head_scale=None, tail_scale=None, color=(0, 0, 0), head_color=None, tail_color=None, line_color=None)  [ doc | example ]

show_contour(x, y, gap=None, color=None, type=None, legend=None)  [ doc ]

show_error_bars(x, y, dy=None, dx=None, xlow=None, xhigh=None, ylow=None, yhigh=None, color=(0, 0, 0), end_cap=0.15, line_width=1, _skip_log_check=False)  [ doc ]

show_polyline(x, y, type=None, color=None, gap=None, close_subpath=None, legend=None, _skip_log_check=False)  [ doc ]

FigureMaker attributes

PyTioga version: alpha (20071021)

Copyright (C) 2007 Taro Sato & Bill Paxton. All rights reserved.