Skip to content

Commit

Permalink
Merge pull request flucoma#87 from jamesb93/fix/plotter-outlets
Browse files Browse the repository at this point in the history
fix plotter outlets
  • Loading branch information
James Bradbury authored Nov 29, 2021
2 parents e110499 + b584e58 commit 45be52d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jsui/fluid.plotter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ mgraphics.relative_coords = 1;
mgraphics.autofill = 0;

inlets = 2;
outlets = 2;
outlets = 1;

setinletassist(0, 'Dictionary of Points');
setinletassist(1, 'Dictionary of Labels');
setoutletassist(0, 'id of point closest to mouse');
setoutletassist(1, 'raw normalised coordinates');
setoutletassist(0, 'Position of mouse in x/y space');

// Colors - These are taken directly from d3.js
// https://github.com/d3/d3-scale-chromatic
Expand Down

0 comments on commit 45be52d

Please sign in to comment.