Description:
Allow users to set custom colors for scatterplot points with values below or above the defined color scale range. Points below the minimum should use a "below range" color, and points above the maximum should use an "above range" color. This will help highlight outliers.
Example:
• Values < min: blue (user-chosen)
• Values > max: red (user-chosen)
• Values in range: existing color scale