This function maps colors onto an exponential function for use in colors_from_values.
exp_color_fun(x_min, x_max, steepness = 1, num_cols = 256)
Numeric vector with x_min:x_max remapped onto an exponential curve.
The minimum value assigned to a color
The maximum value assigned to a color
The steepness of the exponential function
The number of colors to generate in the ramp