Skip to content

Commit 3462fa1

Browse files
committed
plotter: correct documentation of the colour chosing options
1 parent 2ac95ff commit 3462fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

local_docs/fluid.plotter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h3 class='method_name' name='pointcolor'>pointcolor</h3>
282282
<h5>Argument details:</h5>
283283
<ul>
284284
<li>text: <p>The identifier of the point to modify.</p></li>
285-
<li>colour: <p>The class (0 to 7) or Pd colour value (999 -> RGB) for the point.</p></li>
285+
<li>colour: <p>The class (0 to 10) for the point. Each class has a perceptually optimal colour, as documented in <a href="https://github.com/d3/d3-scale-chromatic/blob/main/src/categorical/category10.js">this article.</a></p></li>
286286
</ul>
287287
</div>
288288
<div class='method_group'>

0 commit comments

Comments
 (0)