Steven - Sorry. I just saw your last reply. 

Thanks for the hints. `close("all")` works absolutely superbly. But Qt 
backend is far beyond my universe. 

Thanks again! 

On Friday, May 6, 2016 at 6:17:12 PM UTC+1, Steven G. Johnson wrote:
>
>
>
> On Friday, May 6, 2016 at 12:55:45 PM UTC-4, chobb...@gmail.com 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.
>

Reply via email to