Results 1 to 10 of 10

Thread: How to create QWT plot curve with gaps?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Jun 2009
    Posts
    3
    Thanks
    2
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Wink Re: How to create QWT plot curve with gaps?

    OK, I've created a QwtPlotCurve descendant, QwtPlotGappedCurve, with
    virtual void draw(QPainter *p, const QwtScaleMap &xMap,
    const QwtScaleMap &yMap, int from, int to) const
    overridden and additional data member, gapValue.

    Everybody interested in can see attachment.

    Uwe, maybe it will be useful to include this class into Qwt package?
    Attached Files Attached Files

  2. The following 2 users say thank you to kiriM for this useful post:

    Fractal (10th February 2012), jesse_mark (5th February 2013)

Similar Threads

  1. Embedding Qwt plot High Resolution
    By giusepped in forum Qwt
    Replies: 7
    Last Post: 21st April 2009, 09:44
  2. legend inside qwt plot
    By kaustav98255 in forum Qwt
    Replies: 5
    Last Post: 11th February 2009, 20:39
  3. Detecting changes in the qwt plot axis
    By mrcolin in forum Qwt
    Replies: 2
    Last Post: 27th January 2009, 12:53
  4. Replies: 4
    Last Post: 9th January 2009, 11:57
  5. export and printing qwt plot
    By giusepped in forum Qwt
    Replies: 6
    Last Post: 17th December 2008, 07:04

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.