Here is a picture of the elements of $\mathbb Z[\sqrt{-7}]$ (in green) embedded into the plane in such a way that their distance form the origin (blue) is equal to their norm. The ideal is drawn on top in purple.

Now here are some pictures of principal ideas.
$$(5)$$

$$(3 - \sqrt{-7})$$

$$(1 - 2\sqrt{-3})$$

$$(1 + \sqrt{-7})$$

$$(1+3\sqrt{-7},10+2\sqrt{-7})$$

You could probably see immediately that last one is not a principal ideal! The density of points is too strong for it to be principal. I am not sure how to turn this "density" concept into mathematical proof but I'm sure it can be done.
I the gnuplot command used
plot './lattice.txt' with points pointsize 0.4 pt 20 lt 2 notitle, './lattice2.txt' with points pointsize 0.5 pt 20 lt 4, './origin.txt' with points pointsize 0.5 pt 20
to draw these.