No, pygui(:wx) gives

julia> pygui(:wx)
ERROR: Python GUI toolkit for wx is not installed.

and I again verified running pyplot from ipython i.e., ipython --pylab;
plot(range(1,5),range(1,5));
and the plot window shows up.
Also looked at the matplotlibrc file and the backend is selected to be
WxAgg.



On Fri, Jan 24, 2014 at 3:19 PM, Steven G. Johnson <stevenj....@gmail.com>wrote:

>
>
> On Friday, January 24, 2014 3:16:52 PM UTC-5, Rajn wrote:
>>
>> Yes Jake, I was able to import only the first i.e., wxagg backend.
>>
>
> Does
>
> using PyCall
> pygui(:wx)
> using PyPlot
>
> work?  (i.e. forcing it to use the wxagg backend?)
>

Reply via email to