ob-julia
ob-julia copied to clipboard
'using Cairo' is required in the example?
Thank for your great work!
I've just noticed, without inserting
using Cairo
at "Plotting with Winston" source code block,
setattr(p, "xlabel", L"\Sigma x^2_i")
setattr(p, "ylabel", L"\Theta_i")
will be error. Thanks.