You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Axes and grids are a little trickier, since they have a lot of machinery behind them, so you'd either want them to be separate, or to possibly bring in all the scale and tick generation code as well.
Layers probably should go in overlays as well - I think they may have been separated out before there was an overlays directory, but they are just a special case of overlays.
rahulporuri
changed the title
Consolidate "AbstractOverlay"s into "chaco.overlays"?
Consolidate overlays into "chaco.overlays"?
May 3, 2021
chaco/chaco/axis.py
Line 54 in 4b3747d
chaco/chaco/colormapped_selection_overlay.py
Line 16 in 4b3747d
chaco/chaco/grid.py
Line 82 in 4b3747d
chaco/chaco/lasso_overlay.py
Line 15 in 4b3747d
chaco/chaco/legend.py
Line 79 in 4b3747d
chaco/chaco/plot_label.py
Line 15 in 4b3747d
chaco/chaco/scatter_inspector_overlay.py
Line 14 in 4b3747d
chaco/chaco/text_box_overlay.py
Line 15 in 4b3747d
chaco/chaco/tooltip.py
Line 20 in 4b3747d
Q. What about layers?
chaco/chaco/layers/status_layer.py
Line 11 in 4b3747d
The text was updated successfully, but these errors were encountered: