I've got an array of numbers, each between 1 and 0, sorted in descending order.
When i put those numbers on a graph, they decrease too quickly:

I would like to create a function f(number, coefficient). By adjusting the coefficient and applying the function to every number in the array i would like to be able to adjust how steep the curve is.
On the picture below, the coefficient is symbolized by the length of the green arrow:

A certain value of the coefficient (e. g. 0 or 1) should result in an unmodified curve.
PS I use Javascript and it has log(number) and log10(number) functions.
Is it something like this that you want: https://en.wikipedia.org/wiki/Log-log_plot
Here is a related question: https://stackoverflow.com/questions/9367732/plotting-logarithmic-graph-javascript