Results 1 to 2 of 2

Thread: Does QwtPlotCurve support the NaN values or how to draw piecewise curve in Qwt 6.0.0?

  1. #1
    Join Date
    May 2011
    Posts
    5
    Thanks
    2
    Qt products
    Qt3
    Platforms
    MacOS X

    Default Does QwtPlotCurve support the NaN values or how to draw piecewise curve in Qwt 6.0.0?

    Hi there, does anyone know the convenient way to draw the piecewise curves in Qwt 6.0.0? I've found some solutions in the Internet, but I think they are for the previous versions.

  2. #2
    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: Does QwtPlotCurve support the NaN values or how to draw piecewise curve in Qwt 6.

    Quote Originally Posted by spirt View Post
    Hi there, does anyone know the convenient way to draw the piecewise curves in Qwt 6.0.0?
    Derive from QwtPlotCurve and overload drawCurve. Here you can call drawLines for sub intervals in a loop - how to identify these intervals is up to your class design.

    Uwe

  3. The following user says thank you to Uwe for this useful post:

    spirt (1st June 2011)

Similar Threads

  1. Replies: 1
    Last Post: 27th April 2011, 14:13
  2. Replies: 1
    Last Post: 6th May 2010, 07:25
  3. Replies: 4
    Last Post: 29th April 2010, 06:11
  4. Replies: 1
    Last Post: 22nd January 2010, 14:34
  5. Replies: 1
    Last Post: 9th December 2009, 17:14

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.