StandardNode: FunctionPlotter

FunctionPlotter standard node
extendsNode

let plotter = flow.createNode("visual/function-plotter", {
  displayHeight: 250,
});

State

{
  polar: false;
}

Options

{
  plotStyle: PlotStyle;
  displayHeight: number;
}