Given the series of prime numbers greater than $9$, we organize them in four rows, according to their last digit ($1,3,7$ or $9$). The column in which they are displayed is the ten to which they belong, as illustrated in the following scheme.
My conjecture is:
Given any two primes (i.e. given any two points in the above scheme), it is always possible to find a circle passing through at least other two points, representing other two primes.
Here I present some examples, taking two random points. Sorry for the bad quality of the picture.
Since I am not an expert of prime numbers, this can be an obvious result (if true, of course). In this case, I apologize for the trivial question.
However, I tried to attack the problem by means of the equation of the circle, but I got lost. Thanks for your help!
NOTE: You might be interested in this and in this other post. Also, here I state a similar conjecture for ellipses.


COMMENT.- It seems to me it is impossible to prove this geometrically. However, algebraically it could be maybe possible. The general equation of a circumference $\Gamma$ is $$x^2+y^2+Dx+Ey+F=0$$ and the compatibility condition for four points $(p_1,0),(p_2,0),(p_3,k),(p_4,k)\space$in $\Gamma$ is
$$\det\begin{vmatrix} p_1 & 0 & 1 & p_1^2 \\ p_2 & 0 & 1 & p_2^2 \\ p_3 & k & 1 & p_3^2+k^2 \\ p_4 & k & 1 & p_4^2 +k^2 \notag \end{vmatrix}=0$$
In this case $p_1,p_2,p_3$ are primes, the two first points are in the x-axis and the other in the line $y=k\ne0$.
Puting, for example, $p_1=37$ and $p_2=47$, the choice of $(p_3,k)$ determine for $p_3$ fixed (say $23$) and $k$ as parameter a family of circumferences $\Gamma_k$ defined by a quadratic equation (cubic?) $$Q(p_4,k)=0$$ in which the arbitrary variation of $k$ could give a prime $p_4$ maybe.