enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
291 stars 101 forks source link

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

Closed homosapien-lcy closed 1 year ago

homosapien-lcy commented 1 year ago

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 1 year ago

Opened PR here: https://github.com/enthought/chaco/pull/883