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

Downstream users still import marker_trait from chaco.api #771

Closed aaronayres35 closed 1 year ago

aaronayres35 commented 3 years ago

This was removed in PR #679

To avoid breaking code we should bring it back into the chaco.api for the 5.0.0 release

thomas-bersano commented 1 year ago

I would like to note that the first example of a dynamically changing plot in the tutorial on enthought.com relies on marker_trait from chaco.api and therefore can not be run in the current version of chaco.

gapster commented 1 year ago

The tutorial on enthought.com is broken because you created a backward incompatibility. (Really? Who does that.) Please fix the incompatibility, or at least fix the tutorial. This will turn away new users.