Results 1 to 3 of 3

Thread: Question about multiple Y axis

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2010
    Posts
    2

    Default Re: Question about multiple Y axis

    plotmatrix sample from Qwt 6 is what you're looking for. Remove QGridLayout margins and set spacing to 0 to have a nice multi channel display.

    Jean

  2. #2
    Join Date
    Oct 2011
    Location
    Venice, Italy
    Posts
    20
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Question about multiple Y axis

    I've done such the same thing (for the same data RPM, Speed, Throttle, GPS Map ) but I used, for many reasons (flexibility..), a QGraphicsView in which I placed for each acquired channel a QwtPlotCurve, with its own QwtScaleMap. Then i used the "draw" method inside QwtPlotCurve.

    Finaly I speed up the whole thing with QGLWidget.

    Ciao,
    Marco

Similar Threads

  1. axis question
    By mesman00 in forum Qwt
    Replies: 1
    Last Post: 12th November 2008, 14:54
  2. Virtual axis ?
    By viridis in forum Qwt
    Replies: 2
    Last Post: 1st July 2008, 15:28
  3. Question about a model with multiple views
    By awhite1159 in forum Qt Programming
    Replies: 3
    Last Post: 26th June 2008, 00:27
  4. Replies: 1
    Last Post: 5th May 2008, 16:20

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.