Me and a few friends were discussing complex exponentials and logarithms, and somehow ended up plotting the complex logarithm function using Sage, using the command complex_plot(log(x), (-5, 5), (-5, 5)). Here is the image:
Now, I happened to notice that I can see something vaguely resembling a white-ish colored limaçon or cardioid in this figure, which I (somewhat sloppily) trace out below in black:
And suddenly we all came to wonder how a limaçon of all things would be related to the complex logarithm. The theme for this post is thus pretty direct: What is this shape, and why is it there? Is it even a limaçon, or something else entirely? What relation does it have to the complex logarithm function?
According to the Sage documentation (http://doc.sagemath.org/html/en/reference/plotting/sage/plot/complex_plot.html), the brightness in the plot is the magnitude of the function, so that might be a helpful hint, althought we haven't been able to make anything of it.
Addendum after accepting answer below
This is the plot mentioned in a comment under Henning Makholms answer, made using the command complex_plot(log(x),(-6.5,6.5),(-5,5)):


