-- you have earned Featured Contributor Badge Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!
You can use Wolfram's extensive capabilities for interpreting natural-language strings as standardized representations of specific real-world entities. Read this to help.
Hello Farai,
nice - thanks for sharing! How on earth you could find out that there is something like a "NelsonMandelaCurve" or "PopularCurve" in general ???
Henrik,
There are many interesting entity types to explore, see this. To get a list
EntityValue[]
I first learned about these curves from this Wolfram Alpha Blog post.
Hello Rohit,
many thanks for these interesting links - maybe I have to explore this field more deeply.
BTW: Do you know "ImageRandomlyColored"?
"ImageRandomlyColored"
Entity["PopularCurve", "NelsonMandelaCurve"][EntityProperty["PopularCurve", "ImageRandomlyColored"]]
Hi Farai,
Nice work!
Inspired by your examples
nelsonMandela = Entity["PopularCurve", "NelsonMandelaCurve"]["Graphics"]; flagColors = Most@Sort@DominantColors@Entity["Country", "SouthAfrica"]["Flag"]; SeedRandom[19180718]; (* Date of birth *) nelsonMandela /. RGBColor[___] :> RandomChoice@flagColors /. Axes -> False
Thanks, Rohit. I like the SA flag coloring of the Mandela curve - much appreciated.