First off, I'm rather new to LaTeX and use it in a limited fashion (typing up notes + problem sets for my math classes). As such I'd like to apologize in advance for not knowing the correct terminology or details to include.
Anyway, I'm trying to create a directed graph in using the XYpic package. My usual workflow for something like this is to use sample code from a tutorial and massage it until it does what I need to. I did that in this case, drawing from http://www.math.unm.edu/~loring/links/graph_s07/tex_graphs.pdf and the XYpic reference manual.
The sample bits I used complied without error, but the edges (the bits defined by "a"-"b" for example) simply weren't displayed in the pdf. I pulled the sample file wholesale from the third page of my first link and tried it in a new document and the same problem appeared.
So, I suppose my question is: how does one troubleshoot this sort of thing? It seems pretty clear that the problem is on my machine, but I'm not sufficiently versed in the inner workings of TeX to even know where to begin. Any advice would be greatly appreciated.
This is on a Mac, using the 2011 texlive distribution and texpad & texworks as editors.