If you want a basic matlab like plotting interface, PyPlot.jl may be easier 
to get working. That is what I use on Mac. Winston and Cairo are much more 
powerful, if you want to do something more general.

-viral

On Friday, February 13, 2015 at 10:51:33 PM UTC+5:30, Andreas Lobinger 
wrote:
>
> Hello colleague,
>
> first of all it's not a bad idea to raise this as issue on Winston.jl 
> itself: https://github.com/nolta/Winston.jl/issues
> and btw this here looks similar: 
> https://github.com/nolta/Winston.jl/issues/204
>
> afaik getgc methods are usually located in the drawing libraries (like 
> Cairo.jl) or gui TKs (like Gtk.jl or Tk.jl).
>
> on my computer (which has a working Winston both TK and Gtk):
>
>> julia> Cairo.getgc
>> getgc (generic function with 2 methods)
>>
>> julia> methods(Cairo.getgc)
>> # 2 methods for generic function "getgc":
>> getgc(gc::GraphicsContext) at graphics.jl:204
>> getgc(c::Canvas) at /home/lobi/.julia/v0.3/Tk/src/tkwidget.jl:444
>>
>
> maybe you need to use a different version (of one of the above).
>
> Wishing a happy day,
>        Andreas 
>
>

Reply via email to