enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

gc referenced before construction #1225

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