httk.graphics.matplotlib.polygonplot module

class httk.graphics.matplotlib.polygonplot.PolygonPlot(start_angle=90, rotate_labels=False, labels=('one', 'two', 'three', 'four', 'five'), sides=3, label_offset=0.1, edge_args={'color': 'black', 'linewidth': 2}, fig_args={'edgecolor': 'white', 'facecolor': 'white', 'figsize': (8, 8)}, text_args={'color': 'black', 'fontsize': 24})[source]

Bases: object

translate_coords(data, scaling=True)[source]