logoalt Hacker News

kingforadayyesterday at 2:32 AM0 repliesview on HN

You can press 'p' to show the points on the curves.

  function keyPressed() {
    if (key === 'p') SHOW_POINTS = !SHOW_POINTS;
  }