From ruby-talk Thu Jan 18 17:50:50 2007 From: "Caleb Tennis" Date: Thu, 18 Jan 2007 17:50:50 +0000 To: ruby-talk Subject: Re: Qtruby and Qwt Message-Id: <39201.192.168.2.155.1169142423.squirrel () www ! aei-tech ! com> X-MARC-Message: https://marc.info/?l=ruby-talk&m=116914268927541 > I am trying to set up a "live" plotting in my Qtruby application (see > my earlier post), and it seems that the Qwt library might be what I am > looking for. As I understand it, Qtruby supports Qwt, but I can't find > much documentation about it. Is there anybody out there with a simple > example of plotting with Qwt in Ruby? It's not documented greatly, unfortunately, but it should work. Your past posts indicate you seem to be using QtRuby for Qt3. Is that right? I think that the Qwt support in QtRuby is only for the Qt4 library version (and corresponding Qwt version - 5.x). Caleb