The PyPlot library doesn't currently support the GR backend, mainly because it doesn't know how to do event loops for this backend (which is important for interactive plotting, so that showing the plot doesn't freeze everything else).
As I understand it, GR can use Qt or wx for the UI? In which case PyCall does implement these event loops, and PyPlot just needs to be able to figure out which event loop to start.
