jl_eval_string("@ccall \"user32\".MessageBoxA(0::Int32, \"Hello, world!\"::Cstring,\"Hoge\"::Cstring,0x0040::Int32)::Int32");
@ccall "user32".MessageBoxW(0::Int32, "こんにちは"::Cwstring,"Hoge日本語"::Cwstring,0x0040::Int32)::Int32
IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_data_rate_limit`.
/app/user/.julia/v0.6/Conda/deps/usr/lib/python2.7/site-packages/matplotlib/axes/_base.py:2918: UserWarning: Attempting to set identical left==right results
in singular transformations; automatically expanding.
left=-0.5, right=-0.5
'left=%s, right=%s') % (left, right))
/app/user/.julia/v0.6/Conda/deps/usr/lib/python2.7/site-packages/matplotlib/axes/_base.py:3239: UserWarning: Attempting to set identical bottom==top results
in singular transformations; automatically expanding.
bottom=-0.5, top=-0.5
'bottom=%s, top=%s') % (bottom, top))
data=[
1 21;
2 21;
2 22;
2 23;
3 2;
3 16;
3 18;
3 23;
3 30;
3 31;
4 3;
4 4;
4 7;
4 11;
4 15;
4 16;
4 17;
4 22;
4 28;
]
using Gadfly
plot(x=data[:,1],y=data[:,2])