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

Consolidate plots into a new "chaco.plots"? #700

Closed rahulporuri closed 3 years ago

rahulporuri commented 3 years ago

and the respective baseclasses. Ref https://github.com/enthought/chaco/blob/4b3747d407527dde50af6214cad1e6cc2eb6f7b0/docs/source/user_manual/modules_and_classes.rst#renderers

corranwebster commented 3 years ago

I'd suggest leaving the Abstract classes where they are.

aaronayres35 commented 3 years ago

I did github searches for imports directly from these modules as opposed to importing from chaco.api

I saw users importing directly from chaco.color_bar, chaco.colormapped_scatterplot, chaco.horizon_plot, chaco.line_plot, chaco.multi_line_plot, and chaco.scatterplot.