Hey Sung,

I'm not quite sure what's broken, but you might want to file an issue 
directly with the Gadfly maintainers: https://github.com/dcjones/Gadfly.jl

On Thursday, February 6, 2014 11:46:41 AM UTC-8, Sung Soo Kim wrote:
>
> Hi,
>
> I'm testing julia.
> I need a lot of figures, so, I'm trying out Gadfly.
> I generated pdf using the following code to generate a pdf file.
>
> using Gadfly
>
> using DataFrames
>
> using RDatasets
>
> a=data("car", "SLID")
>
> myplot = plot(data("car", "SLID"), x="Wages", color="Language", 
> Geom.histogram)
>
> filename = "car.pdf"
>
> draw(PDF(filename, 6inch, 4inch), myplot)
>
>
>
> Because I need to edit/combine figures, I use the Adobe Illustrator.
>
> And the font is broken. It is not broken in pdf viewers but only shown broken 
> in Illustrator.
>
> I cannot change the font as well.
>
> What's the problem?
>
>
> Thanks.
>
>
> ps. I'm using 0.3 pre-release compiled on my computer on Mountain Lion.
>
>
>

Reply via email to