I do not have very much experience with the xy-pic package and I always try to figure out things by copying and pasting codes.
I am stuck in here: I would like to get an arrow from A to C with an upper name.
\xymatrix{ A \ar[r] ^a="a" & B \ar[r] ^b="b" & C }
What I succeeded to plot is:
\xymatrix{A \ar[r] ^a="a" & B \ar[r] ^b="b" & C \ar @/^/ "a";"b" }
but I'd like the arrow to go from A to C :(
I appreciate any kind of help! Thanks a lot!!!

