linetype = NA
should imply no line, not errors
#6269
Labels
bug
an unexpected problem or unintended behavior
linetype = NA
should imply no line, not errors
#6269
When using it with lines, the observations get flagged as missing and get removed.
However, if we don't throw away such observations, we invite errors from grid.
Created on 2025-01-06 with reprex v2.1.1
This can be painful when using scales, as in #6097 we've changed
scale_linetype()$na.value
toNA
.My suggestion for non-line geometries is to translate these
NA
s to"blank"
or 0, depending on the type.The text was updated successfully, but these errors were encountered: