\documentclass[a4paper,11pt]{report}
\usepackage{feynmp}
\usepackage[pdftex]{graphicx}
\DeclareGraphicsRule{*}{mps}{*}{}
\begin{document}
\begin{figure}
\label{fig:ele_int_conv}
\centering
\parbox{0.5\textwidth}{
\begin{fmffile}{nonres}
\begin{fmfgraph*}(250,125)
\fmfleft{i1,i2}
\fmfright{o1,o2,o3,o4}
\fmf{fermion,lab=$q$}{i1,v1}
\fmf{fermion,lab=$\bar{q}$}{i2,v1}
\fmf{boson,lab=$Z$}{v1,v2}
\fmf{fermion,lab=$\mu^+$}{v2,v3,o1}
\fmf{boson,lab=$\gamma^*$}{v3,v4}
\fmf{fermion,lab=$e^+$ (missed)}{v4,o2}
\fmf{fermion,lab=$e^-$}{v4,o3}
\fmf{fermion,lab=$\mu^-$}{v2,o4}
\end{fmfgraph*}
\end{fmffile}
Minimal working example produces this which is generally fine, but I would like to make the central "Z" line exactly horizontal, and I would like the \mu^+ line to be straight, and only have one label.
