exclude Function (GPL)
Syntax
exclude("category name" ...)
<category name>. The string representing the category on the axis. If specifying multiple categories, separate them with commas.
Description
Excludes the categories from the axis. These categories are not displayed on the axis. This function can be used only with categorical scales for dimensions, not scales for aesthetics.
Examples
SCALE: cat(dim(1), exclude("No Response"))
SCALE: cat(dim(1), exclude("No Response", "Didn't Ask"))