Results 1 to 3 of 3

Thread: Cuting the Qwt curve and deleting previous curve part by part

  1. #1
    Join Date
    Jun 2011
    Location
    Porto Alegre, Brazil
    Posts
    482
    Thanks
    165
    Thanked 2 Times in 2 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Cuting the Qwt curve and deleting previous curve part by part

    Hello!

    I'm using Qwt to plot a curve in a ECG-style. In other words, the curve is ploted from X=0 to X=1000 (example) and when the X=1000 is recognized, it should come back to X=0 and plot from there once again.

    Now just that I know how to do. The problem is that in the way that I know how to do it, two problems arise: first, the "come back plotting" is connected by a line stead of really starting once again. In other words, the new ploting in X=0 is is connected by a horizontal line to the end of the ploting, in X=1000:
    Captura_de_tela.jpg

    Not just that: in order to continue ploting in the end of the graph, I need to continuously erase, point by point, the previous line ploted. Is not good to erase everything and being once again; the erasing process must be at the same speed of the new plot.

    Does somebody knows how to do that?

    Thanks!

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

    Default Re: Cuting the Qwt curve and deleting previous curve part by part

    You can draw something on top of an existing plot ( QwtPlotDirectPainter f.e. used in the oscilloscope example), but when you have to erase something you have to replot.

    Check the refreshtest example about the performance of your system first.

    Uwe

  3. #3
    Join Date
    Jun 2011
    Location
    Porto Alegre, Brazil
    Posts
    482
    Thanks
    165
    Thanked 2 Times in 2 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Cuting the Qwt curve and deleting previous curve part by part

    Quote Originally Posted by Uwe View Post
    You can draw something on top of an existing plot ( QwtPlotDirectPainter f.e. used in the oscilloscope example), but when you have to erase something you have to replot.

    Check the refreshtest example about the performance of your system first.

    Uwe
    Sorry Uwe, but I was incapable of understanding what I should do. I look to the oscilloscope example and I didn't understand what the QwtPlotDirectPainter do there. Same thing with the refreshtest example; I didn't understand in which place there is a code that can help me with what I should do.

    Could you please enter in more details?


    Thanks!

Similar Threads

  1. Replies: 11
    Last Post: 29th May 2012, 16:00
  2. Replies: 4
    Last Post: 29th April 2010, 07:11
  3. Deleting points from a curve dynamically
    By maneesh18187 in forum Qwt
    Replies: 2
    Last Post: 9th February 2010, 19:08
  4. Plotting part of a curve
    By viridis in forum Qwt
    Replies: 6
    Last Post: 21st July 2008, 09:12
  5. Deleting a part of a file
    By Sivert in forum General Programming
    Replies: 1
    Last Post: 26th March 2008, 00:43

Tags for this Thread

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.