Retrieving data selected from plot (in Julia)

Greetings everyone,

Suppose we have a scatter plot and we select some data in it using lasso or box selection.
Is there a command to obtain the indices or values of the selected data?

In matlab, I would use use the brush tool and then type something like:
logical( plotname.BrushData )

Anything equivalent here?