MAybe some related question:
When plotting with PyPlot and subsequently using
title("hello") or legend(loc="upper right",fancybox="true")
I get the error:
Is it because im missing some matplotlib stuff or what is the issue here?ERROR: MethodError: `call` has no method matching call(::ASCIIString) Closest candidates are: BoundsError() BoundsError(, ::Any...) DivideError() ...
