Hacker News new | ask | show | jobs
How to Plot Valentine Heart with Python and Matplotlib (youtube.com)
6 points by devposter 2315 days ago
1 comments

That was fun! Liked the bit about XKCD plots too. The two equations used are:

y1 = sqrt(1 - |x|) * sqrt(|x|)

y2 = (-3/2) * sqrt(1 - sqrt(x))

Can someone explain me how to find these equations? I would like to use these equations but it would be good to know what they mean before I use them. :-)

Hi!

Thank you! I am the speaker in this video. I have explained these equations with links to graph plots at this Reddit thread: https://www.reddit.com/r/math/comments/1xwuv3/a_mathematical... (2014 thread). I hope that helps.