Results 1 to 3 of 3

Thread: QwtPlotCurve: maximum number of points ?

  1. #1
    Join Date
    Sep 2009
    Location
    phoenix, AZ
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows

    Default QwtPlotCurve: maximum number of points ?

    Hi,

    l 'm using QwtPlotCurve to plot spectrum graph with 500 000 points, there is some inconsistencies that l don't have with 100 000 points...whatr is the maximum number of points ? can we increase it ?

    regards,

    Michael

  2. #2
    Join Date
    Sep 2009
    Location
    phoenix, AZ
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QwtPlotCurve: maximum number of points ?

    l'm using QWT6 ...

  3. #3
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,312
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QwtPlotCurve: maximum number of points ?

    I guess there are limits according to MAX_INT/SHORT or MAX_UINT/USHORT - don't know, but there are some QPolygonF on the way. There might also be some limitations, when the points are copied by Qt to the native graphics system.

    For 500000 points don't forget to implement different levels of detail. You can use QwtWeedingCurveFitter to calculate them.

    Uwe

Similar Threads

  1. QtSql: Maximum number of PREPARE statements
    By kayssun in forum Qt Programming
    Replies: 2
    Last Post: 25th April 2010, 09:51
  2. Different symbol on a QwtPlotCurve
    By jomarin in forum Qwt
    Replies: 3
    Last Post: 24th March 2010, 10:27
  3. Maximum number of controls in QWidget
    By soumyadeep_pan in forum Qt Programming
    Replies: 4
    Last Post: 7th February 2009, 04:53
  4. Maximum number of characters in width
    By ralphmerridew in forum Qt Programming
    Replies: 3
    Last Post: 27th May 2008, 01:55
  5. How to get a custom QwtPlotCurve?
    By luffy27 in forum Qwt
    Replies: 1
    Last Post: 6th June 2007, 23:11

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.