I have a flat list of data {{x1,y1}, {x2,y2}, ..., {xn,yn}}, that I plot with a ListPlot. I now want each point to have it's own value of opacity, i.e., I generate a list {o1, o2, ..., on}.
The question is how can I put each oi value to be the Opacity[oi] of each point?
Here is an example of data like this.
UPD
I used the code described in the first response. Here's the result. Thank you for quick answer!



