% !TEX program = pdflatexmk
% !TEX parameter = -shell-escape
% Author: Izaak Neutelings (December 24)
% Instructions: To compile via command line, run the following twice
%   pdflatex -shell-escape extract/ttbarV$TAG.tex
\documentclass[11pt,border=4pt]{standalone}
\usepackage{feynmp-auto}
\begin{document}
\begin{fmffile}{feyngraph}
  \fmfframe(3,14)(9,14){ % padding (L,T)(R,B)
  \begin{fmfgraph*}(100,75) % dimensions (WH)
    % line style
    \fmfset{wiggly_len}{12} % boson wavelength
    \fmfset{wiggly_slope}{65} % boson slope of waves
    % external vertices
    \fmfstraight
    \fmfleft{i2,i1}
    \fmfright{o2,oV,o1}
    \fmfshift{2 up}{oV}
    \fmfshift{3 right}{oV}
    % main
    \fmf{gluon}{v1,i1}
    \fmf{fermion,label=t,l.s=left}{v2,v1} % t-channel
    \fmf{gluon}{i2,v2}
    \fmf{phantom}{v1,o1}
    \fmf{fermion}{o2,v2}
    \fmffreeze
    \fmf{fermion}{v1,vV,o1}
    \fmf{boson,t=0}{vV,oV}
    % labels
    \fmflabel{$g$}{i2}
    \fmflabel{$g$}{i1}
    \fmfv{l.d=7,l.a=22,l=t}{o1}
    \fmfv{l.d=7,l.a=-20,l=$\overline{\mathrm{t}}$}{o2}
    \fmfv{l.a=-15,l.d=4,l=Z}{oV}
  \end{fmfgraph*}
  } % close \fmfframe
\end{fmffile}
\end{document}