Skip to main content

Line Plot

A line plot.

Options

  • data | object (required): object of value arrays for each variable. Default: none.
  • x | string: x-axis variable. Default: none.
  • y | string (required): y-axis variable. Default: none.
  • group | (string|Factor): grouping variable. Default: none.
  • showPoints | boolean: controls whether to overlay points at each observation. Default: false.

Examples