JuliaGraphics / Cairo.jl

Bindings to the Cairo graphics library.
Other
86 stars 56 forks source link

how to display on screen #346

Closed Rratic closed 3 years ago

Rratic commented 3 years ago

I want to show the graph on the screen (maybe a window)

I wonder which surface function I should choose and how to fill the arguments,since there’s an error every time I try.

I hope there’s an example :grinning:

timholy commented 3 years ago

One way is to use Gtk.jl, which does have some documentation.