Function xyFilterXPositive

  • Filter out all the points for which x <= 0. Useful to display log scale data

    Parameters

    • data: DataXY<NumberArray>

      data

    Returns DataXY<number[]>

    • An object with the filtered data