I want to create plots with Julia. The graphs will consist of many points 
and line segments. Currently, I'm using Gadfly, and I'm creating one layer 
per plot element (point or line). This works, but seems slow.

(1) Should I be using Gadfly differently? Can you point me to an example or 
documentation?
(2) Should I be using Gadfly at all? Gadfly is advertised for statistics, 
which isn't what I'm trying to plot -- I have geometry data.

-erik

Reply via email to