ggvis icon indicating copy to clipboard operation
ggvis copied to clipboard

Consistent NA handling

Open wch opened this issue 10 years ago • 2 comments

We need to add consistent handling for NA values.

wch avatar Aug 29 '14 21:08 wch

For now, we should probably just take the ggplot2 approach - i.e. drop them, with a warning.

hadley avatar Oct 06 '14 15:10 hadley

When will the NA values been dropped?

The value (NA,NA) will be plotted at the minimal x-value and maximal y-value. That adds a point in the top left corner in case of layer_points() but a line across the plot in case of layer_lines() and the (NA,NA) value being the last value.

kaelte avatar Apr 12 '18 10:04 kaelte