Hello @all, I’m trying to create a tool for Polyline annotation of data. So far I was able to draw and edit Polylines using hv.streams.PolyDraw and hv.streams.PolyEdit respectively, but editing the Polyline is not very convenient because, as far as I understand, it’s impossible to select all/subset of the points and move them together. Could you please tell me if there’s a way to do it? Thanks in advance!