Closed
Description
Currently images and shapes support a layer
property to control whether objects are rendered 'above'
the traces in the figure or 'below'
. As shown in the following example, the 'below'
mode also places the images/shapes below the grid lines.
CodePen: https://codepen.io/jonmmease/pen/EqbLej
I find the the gridlines a bit distracting when placed on top of the image, and I would like to propose a third 'layer'
option, 'between'
, that would place images/shapes above the gridlines and below the traces.
Do you think this would this require adding a new layer to the svg plot? or could the shapes/image be added to the layer the gird is currently drawn on?