For example i want to supply an array of alpha values that is the same length of the amount of points i want to plot with scatter.
I saw there was a work around by manually calculating rbg color values and using a color map instead, is there an easier way?
If this is the only way to go how can i abstract that function so that i can just supply # of elements, color, and transparency values to get the color map i need? I don't know what colors i may be using and the transparency weighting will be changing so i'd want something more generic.