Example: ```python values = [1, 2, 3] ggplot() + \ geom_point(aes(x=values, color=values)) + \ scale_color_gradient(guide='legend') ``` Output: <img width="600" alt="Output" src="https://github.com/user-attachments/assets/8564c562-9465-4587-b7e2-d6fb8006225f" /> Expected (as in [v4.3.0](https://pypi.org/project/lets-plot/4.3.0/)): <img width="600" alt="Expected" src="https://github.com/user-attachments/assets/4dabbf74-0037-41f4-a2b4-e27c4fca53db" />
Example:
Output:
Expected (as in v4.3.0):