% !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/ttbarqqbar$TAG.tex
\documentclass[11pt,border=4pt]{standalone}
\usepackage{feynmp-auto}
\begin{document}
\begin{fmffile}{feyngraph}
  \fmfframe(-9,11)(4,12){ % padding (L,T)(R,B)
  \begin{fmfgraph*}(120,80) % dimensions (WH)
    % line style
    \fmfset{wiggly_len}{13} % boson wavelength
    \fmfset{wiggly_slope}{68} % boson slope of waves
    % external vertices
    \fmfleft{i2,i1}
    \fmfright{o4,o3,o2,o1}
    \fmfshift{2 up}{o1,o2}
    \fmfshift{2 down}{o4,o3}
    % skeleton
    \fmf{gluon,t=1.9}{v1,i1}
    \fmf{gluon,t=1.9}{i2,v2}
    \fmf{fermion}{v1,o1}
    \fmf{fermion}{o4,v2}
    % ttbar -> y*/Z -> ttbar
    \fmf{fermion}{v2,v,v1}
    \fmf{boson,t=0.9,label=$\gamma^*$\color{}!/Z,l.s=left,l.d=4}{v,v'} % s-channel
    \fmf{fermion}{o3,v',o2}
    % labels
    \fmfv{l.a=158,l.d=6,l=$g$}{i1}
    \fmfv{l.a=-158,l.d=6,l=$g$}{i2}
    \fmfv{l.a=22,l.d=6,l=t}{o1}
    \fmfv{l.a=25,l.d=4,l=b}{o2}
    \fmfv{l.a=-20,l.d=4,l=$\overline{\mathrm{b}}$}{o3}
    \fmfv{l.a=-22,l.d=6,l=$\overline{\mathrm{t}}$}{o4}
  \end{fmfgraph*}
  } % close \fmfframe
\end{fmffile}
\end{document}