I'm trying to diagram a mathematical concept, but for some reason the symbol is tilted and the labels are not centered. I've tried tweaking parameters such as pos, but there must be a better way in general:
\[
\begin{tikzcd}
\Gph\arrow[r,bend left,"F_C",""{name=A, below}] & \Cat\arrow[l,bend left,"U_G",""{name=B,above}] \arrow[from=A, to=B, symbol=\dashv] \arrow[r,bend left,"F_P",""{name=C, below}] & \Pos \arrow[l,bend left,"U_C",""{name=D,above}] \arrow[r,bend left,"U_S",""{name=E, below}] \arrow[from=C, to=D, symbol=\dashv] & \Set \arrow[l,bend left,"F_P",""{name=F,above}] \arrow[from=F, to=E, symbol=\dashv]
\end{tikzcd}
\]
Please let me know a more systematic way to make these diagrams; thank you!





\Gph,\Catand so on do? – Apr 13 '18 at 05:50