This module provides API related to Category
Makie.Internal.Makie.Category
Category type.
Makie.Internal.Makie.CategoryId
Category Id type.
id : String -> Id
Construct Id
category : String -> Color -> Category
Create category
categoryWith : { name : String, color : Color, selectedColor : Color, fillColor : Color, selectedFillColor : Color, borderColor : Color, selectedBorderColor : Color } -> Category
Create category with options