chaco.plots.polar_line_renderer module¶
Defines the PolarLineRenderer class.
-
class
chaco.plots.polar_line_renderer.PolarLineRenderer(**traits)¶ Bases:
chaco.abstract_plot_renderer.AbstractPlotRendererA renderer for polar line plots.
-
grid_visible= True¶
-
map_data(screen_pt)¶ Maps a screen space point into the “index” space of the plot.
Implements the AbstractPlotRenderer interface.
-
map_screen(data_array)¶ Maps an array of data points into screen space and returns it as an array.
Implements the AbstractPlotRenderer interface.
-
orientation= 'h'¶
-
origin_axis_color_= (0, 0, 0, 1)¶
-
origin_axis_visible= True¶
-
origin_axis_width= 2.0¶
-