Issues with plotting more than once in REPL

I’m finding that if I launch Julia 0.6.2 at the terminal and then calling
using Plots
if I then plot something simple, on my Mac OS machine, a GKSTerm launches, and I see my figure. Now, If then close that figure and try to plot something else, nothing ever appears. I think I have all the default graphics settings.

I think that would be the GR backend. If I remember correctly, it is the default and it does not handle closing the plotting window.

Are you on GR master? This problem should be fixed …

The problem indeed goes away if I use pyplot as my backend.