Closed
Description
In scatter
traces it's possible to describe marker.symbol
either by string ('diamond-open-dot'
) or number (302
). scattergl
(and splom
) should allow the same - particularly useful for symbol arrays, as then you can use an efficient typedArray
for the symbol.
see #2492 (comment) and #2505 (comment)