The Gadfly package is practically always super up-to-date. DC Jones does lots of constant, great, and hard work on that package.
As far as I remember, the Gaston package should work with Julia 0.2.
The OpenGL suite of packages was just updated for Julia 0.2/0.3-prerelease yesterday (Thanks to one user who was having some trouble with it, I finally got off my lazy behind and finished the updates). It includes a massive function renaming to be consistent with the standard OpenGL specs and a huge increase in functionality for the base OpenGL package (thanks to the awesome work of the GoGL team). I personally run Julia compiled from source on two 64bit Archlinux systems, so I can assure that the OpenGL packages work there. The user I've been in correspondence with uses Mac (Mavericks) and has had success with the OpenGL packages there, too.
Jasper den Ouden has examples of a 3D plotting interface that he designed, while he was forming the foundation of the OpenGL packages. Check it out here:
https://github.com/o-jasper/julia-glplot/blob/master/gl_plot.jl Note, that as it stands, his glplot routines will not work with the current OpenGL packages, but it should give a nice starting point for how to go about doing it.
Best,
Rob