Open zackarno opened 8 months ago
Hmm interesting, can you show me how it works? The {ggplot2}
details are extremely scant and use cases on Google are very few.
Is it that it allows you to treat numeric integers as factors basically, so it works like discrete fill without erroring out on a numeric vector?
Just following up, if we've got a reprex can explore better how to implement and how you've been using it!
just came across
ggplot2::scale_fill_ordinal()
which seems pretty nifty esp if comparing leadtime distributions. Therefore, adding it to the wish-list