``` r library(tidyverse) ggplot(mpg, aes(displ, hwy, colour = hwy)) + geom_point() + guides(colour = guide_coloursteps(show.limits = T)) ``` <!-- --> <sup>Created on 2024-04-29 with [reprex v2.1.0](https://reprex.tidyverse.org)</sup>