Is it possible to use MatPlotlib style commands in PyPlot?
>From   http://matplotlib.org/users/style_sheets.html  I get the impression
that I can quickly switch to a 'ggplot' style interface.   Translating the
commands on that page to Julia  I thought I could do something like
 > PyPlot.style('ggplot')
but there is no 'style' function visible in PyPlot.  I also tried "import
PyPlot; const plt = PyPlot".   I guess this is a trivial thing, but I'm not
certain how to do it.

I have tried Gadfly out a bit, but have not yet found a way to have the
figures show up in a separate window in my current workspace (I use
multiple Spaces on os X) rather than in a browser window.  I like the fun
files Gadflly can write, I'd just  like a window such as for PyPlot if it
is possible.

thanks
-- 
[email protected]

Reply via email to