On Thursday, February 4, 2016 at 4:03:26 PM UTC-5, digxx wrote:
>
> When plotting with PyPlot and subsequently using
> title("hello") or legend(loc="upper right",fancybox="true")
> I get the error:
>
Works fine for me with Julia 0.4 and Anaconda Python, e.g.
using PyPlot
plot(rand(10))
title("random plot")
works fine.
