Plots a scatter plot of two arrays of data.

  • Parameters

    • arr1: number[]
    • arr2: number[]
    • config: {
          context: CanvasRenderingContext2D;
          fillStyle: string;
          lineWidth: number;
          size: number;
          x: number;
          y: number;
      }

      The configuration options

    Returns number[][]