On Friday, May 6, 2016 at 12:55:45 PM UTC-4, [email protected] wrote: > > Tom and Steven, > > Thanks the hints!! > > Still, how could I show all current figures by command? That is something > like 'shg' in Matlab. >
I don't think Matplotlib supports this; the only things I could find were specific to the Qt backend: http://stackoverflow.com/questions/8202228/make-matplotlib-plotting-window-pop-up-as-the-active-one https://github.com/matplotlib/matplotlib/issues/596 > Also, is there a command to close all current figures, i.e. a counterpart > of 'clf' in Matlab? >> >> close("all") in PyPlot (from the Matplotlib docs). In general, if you are using PyPlot and want to know how to do something, just google the matplotlib documentation, and then translate the syntax back to Julia.
