Group Abstract Group Abstract

Message Boards Message Boards

Mister Rogers' Sweater Colors

Posted 8 years ago
POSTED BY: Alan Joyce
2 Replies

Two more, since I just can't stop tinkering with this data:

LinearGradientImage across all individual sweater colors, in order:

ImageResize[
 LinearGradientImage[
  Normal@SortBy[ResourceData["Mister Rogers' Sweater Colors"], 
     "Date"][All, "SweaterColor"]], {800, 200}]

enter image description here

First blend all colors for each year, then apply LinearGradientImage to the blended colors:

ImageResize[
 LinearGradientImage[
  Normal@(Blend /@ 
     Values@GroupBy[
        ResourceData[
         "Mister Rogers' Sweater Colors"], #Date["Year"] &][[All, All,
         "SweaterColor"]])], {800, 200}]

enter image description here

POSTED BY: Alan Joyce

enter image description here - Congratulations! This post is now a Staff Pick! Thank you for your wonderful contributions. Please, keep them coming!

POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard