On Thursday, November 6, 2014 1:32:36 PM UTC-5, Ethan Anderes wrote: > > As an addendum to what Steven said, I have found that after installing > Anaconda I need to run the following command to get PyPlot to work from the > REPL: >
I just changed the default backend in PyPlot (if a supported one is not specified in matplotlib.rcParams['backend']) to Tk, now that PyCall supports Tk (tkinter) event loops. Hopefully this should ease installation on MacOS because you won't need to worry about getting a working Qt.
