enthought/chaco

gc reference before construction when running chaco.chaco.plots.polar_line_renderer.py

Closed this issue · 1 comments

in chaco.chaco.plots.polar_line_renderer, in function _draw_plot(). Function will try to call _render on gc (line 136), which is a parameter not exists. Need to find someway to add the construction of gc

dpinte commented

Opened PR here: #883