Initialises a plotter for bipolar values (-1...1)
const p = BipolarView.init(`#my-canvas`);// Shows the dot at 1, 0.5p(1, 0.5); Copy
const p = BipolarView.init(`#my-canvas`);// Shows the dot at 1, 0.5p(1, 0.5);
Initialises a plotter for bipolar values (-1...1)