AlgebraOfGraphics.jl icon indicating copy to clipboard operation
AlgebraOfGraphics.jl copied to clipboard

ordered categorical data

Open piever opened this issue 4 years ago • 3 comments

Consider whether we need some specific support (for instance with a discretised batlow) for categorical variables with a well-defined order (eg, describing a price or an age, or bins of a continuous variable). It could use the categorical keyword of cgrad.

piever avatar May 20 '21 10:05 piever

This would mostly affect the colormap? And does it makes sense then to keep the isless definition on NonNumeric?

knuesel avatar May 20 '21 11:05 knuesel

This can also affect facet order and barplot bar order.

jtrakk avatar Sep 27 '21 17:09 jtrakk