enthought / chaco

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

Bring back marker_trait to chaco.api #770

Closed aaronayres35 closed 3 years ago

aaronayres35 commented 3 years ago

[targeting maint/5.0]

closes #771

There are still users trying to import marker_trait from chaco not enable. To avoid causing breakages with the upcoming release, we are undoing this change for now.

rahulporuri commented 3 years ago

Same comment here as with the enable PR bringing back kiva.agg.points_in_polygon - here's the search https://github.com/search?p=1&q=org%3Aenthought+marker_trait&type=Code and I only see a few internal uses that I see relevant. Given this, I think it'd be better if we can fix the usage internally instead of having to bring these back.