James Dang

Results 2 comments of James Dang

Seems there is now an easy way to deal with this by using the "proxies" setting. See http://karma-runner.github.io/1.0/config/files.html >> Loading Assets.

This works now. Just call PyPlot's "figure()" method to see results inline. import PyPlot pplt = PyPlot x = [x/1000 \* 2_pi for x=1:1000] y = sin(3_x + 4_cos(2_x)) pplt.plot(x,...