Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Library for real time scrolling plots?

Library for real time scrolling plots?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 438 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Simmania
    wrote on last edited by
    #1

    Hi,
    For debugging I would like to add a real time scrolling plot function to my project.
    Something like this:
    [https://www.youtube.com/watch?v=mq_FUJQe_14](link url)

    Is there a library available for this? I have no time to implement it myself.

    Regards

    1 Reply Last reply
    0
    • gde23G Offline
      gde23G Offline
      gde23
      wrote on last edited by
      #2

      QCustomPlot can do that.
      There is also a real-time scrolling demo plot example in the demo application.
      If your project is opensource you also can use for free under the GPL.

      1 Reply Last reply
      2
      • S Offline
        S Offline
        Simmania
        wrote on last edited by
        #3

        Thx, I downloaded the lastest QCustomPlot. But I can not find a real time scrolling demo. Can you tell me where to find that one?

        1 Reply Last reply
        0
        • gde23G Offline
          gde23G Offline
          gde23
          wrote on last edited by
          #4

          Open the project in the folder qcustoplot/examples/plots
          In mainwindow.cpp set the demo to setupDemo(10);

          1 Reply Last reply
          2
          • S Offline
            S Offline
            Simmania
            wrote on last edited by
            #5

            Thx!
            Exactly what I was looking for!

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved