Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace plotting

Utility module that provides helper functions for Canvas related custom plotting.

const plotting = require("./tools/plotting");

Namespaces

x

Interfaces

Functions

Functions

  • createHeatmap(lowerBound: number, upperBound: number): HeatmapBuilder
  • Creates an object that encapsulates details about heat map. The heat map consists of multiple bands/columns, one band per each output item. The band covers an area from lowerBound to upperBound

    Parameters

    • lowerBound: number

      A value in the domain of the indicator

    • upperBound: number

      A value in the domain of the indicator

    Returns HeatmapBuilder

Generated using TypeDoc