Julia supports utf encodings, so to display the pi character you do this
pi = char(960)
960 pi. Gadfly, 960 ( , ). , @sprintf.
:
using Gadfly
using DataFrames
Gadfly.set_default_plot_size(20cm, 12cm)
pi = @sprintf("%s", char(960))
df1 = DataFrame(x=rand(100), y=rand(100), label=s)
plot(df1, x="x", y="y", color="label")
