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
those *AttrOverrides fields in base plot module objects. I feel with a bit more work and regl-scatter2d #1869), we won't need them at all.
xaxis / yaxis asymmetries (as in mentioned in restyle/relayout refactor #1999 (comment)). Looks like there isn't a clear solution at this stage, but it's something we'll probably have to improve at some point.
add some sort of edit convert method to component & baseplot modules to factor out colorbar pixel<->faction and axis range log<->linear logic similar to annotations/shapes/images convert_coords.js
add a way to declare correspondence between attributes of different name across trace types (e.g. to generalize type edits involving pie traces, scattergeolon/lat should correspond to x/y, ...)
Some remaining bits of cleanup not captured in #1999, as collected by @etpinard in #1999 (comment):
*AttrOverridesfields in base plot module objects. I feel with a bit more work and regl-scatter2d #1869), we won't need them at all.xaxis/yaxisasymmetries (as in mentioned in restyle/relayout refactor #1999 (comment)). Looks like there isn't a clear solution at this stage, but it's something we'll probably have to improve at some point.convert_coords.jstypeedits involving pie traces,scattergeolon/latshould correspond tox/y, ...)