Part of the plotting recipes involves adding NaN, which means that we need to have something that is floating-point. This implies that there is a need to convert the layer to something more amenable to plotting in the recipe. This can be done with a more general convert method to change the inner type.
Part of the plotting recipes involves adding
NaN
, which means that we need to have something that is floating-point. This implies that there is a need to convert the layer to something more amenable to plotting in the recipe. This can be done with a more generalconvert
method to change the inner type.