gjkerns / ob-julia

36 stars 25 forks source link

'using Cairo' is required in the example? #6

Open sugano-nu opened 7 years ago

sugano-nu commented 7 years ago

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.