Hi all,

Very simple question. I have yt running on a mac with 10.8, which means it uses xquartz, not x11. When I open up ipython, I can make plots as usual using matplotlib, however if I try to make a slice plot with yt (or a line plot):

$ slc = SlicePlot(pf,'z','density')
$ slc.show()

Nothing happens.  Save works. Is there some display setting I can change?

Thanks,
Kaitlin