I produced this Feynman graph :
\documentclass[a4paper]{article}
\usepackage{feynmp-auto}
\begin{document}
\begin{fmffile}{loop}
\begin{equation}
\begin{fmfgraph*}(70,50)
\fmfleft{q1}
\fmfright{q4}
\fmftop{q2,q3}
\fmflabel{$\infty$}{q1}
\fmflabel{$1$}{q2}
\fmflabel{$z$}{q3}
\fmflabel{$0$}{q4}
\fmf{plain}{v1,q2}
\fmf{plain}{v2,q3}
\fmf{plain}{v2,q4}
\fmf{plain}{v1,q1}
\fmf{plain,label=$q$}{v1,v2}
\end{fmfgraph*}
\end{equation}
\end{fmffile}
\end{document}
which gives 
but I want the $\infty$ and 0 lines to be horizontal, and the 1 and z lines to be vertical. How can I do this ?
