From: Hazen B. <hba...@ma...> - 2014-05-07 19:35:33
|
> PS: anyone know any other example of use between gtk and plplot? i found > some cairo mentions but cairo only shows 2D graphs and maybe i will need 3D > capabilities at the near future :). I believe that gcw / gnome driver (and plplotcanvas) are no longer supported. PLplot can create 3D graphs using the cairo driver. You won't be able to manipulate them with the mouse in real time (i.e. rotate them, etc.) like you would be able to with a OpenGL scene or equivalent, but this is also true of all of the other PLplot drivers. I would recommend the cairo driver (extcairo) for GTK applications and the qt driver (extqt) for Qt applications. -Hazen |