2023-07-06

Goal

  • Continue working on Beauty is in the AI of the Beholder, specifically
    • Adding a label to the interactive widget
    • Adding a label for men and women on the widget
    • Adding different scales...?
      • Might just re-write the blog post and scrap this idea to move onto the next post

Pomodoro

None today, just wanted to get a few things done

Notes

Followed this post on stack overflow which talks about how D3 is a low-level Javascript language for building visualizations and how there are no built-in methods for generating legends.

Results

  • Added a label for male and female faces (using basic CSS)
  • Fixed the tooltip at the bottom to fit the x-axis instead of across the entire bottom of the screen by adjusting the tooltip div
  • Added a legend for male and female faces
    • Can't get the positioning quite right

Next Time

  • Position the legend appropriately
  • Consider whether to end the post here or implement the different distributions

Previous Note 2023-06-24 Next Note 2023-07-11