Results 1 to 4 of 4

Thread: Agressive filtering of many points, SVN trunk, OpenGL

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2016
    Posts
    57
    Thanks
    4
    Qt products
    Qt5
    Platforms
    Windows

    Default Agressive filtering of many points, SVN trunk, OpenGL

    How do I properly apply that property?

    Do I have to do it this way?:
    Qt Code:
    1. curve->setPaintAttribute(QwtPlotCurve::FilterPointsAggressive, true);
    To copy to clipboard, switch view to plain text mode 

    Above code did not make any difference, or am I applying it wrong?

    P.S. the reason I'm now trying this is...even with OpenGL zooming IN/OUT is kinda slow...

    For example, I created a file x,y with 100 million samples, the MATLAB plotter (which sucks kinda?) has almost same speed(slow speed...) when zooming in/out as my Qwt program utilizing OpenGL, why is that?
    Last edited by r2com; 18th August 2016 at 00:12.

Similar Threads

  1. Replies: 3
    Last Post: 16th December 2015, 19:39
  2. Replies: 2
    Last Post: 2nd May 2012, 09:49
  3. Moving from Qwt 5.2 to 6.0 (trunk)
    By bigjoeystud in forum Qwt
    Replies: 18
    Last Post: 21st May 2010, 19:17
  4. getting mouse points in opengl
    By sdastagirmca in forum Qt Programming
    Replies: 1
    Last Post: 21st June 2009, 13:59
  5. OpenGL control points
    By jhearon in forum Qt Programming
    Replies: 1
    Last Post: 3rd November 2007, 18:32

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.