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. What is the best for drawing a real time chart?
Qt 6.11 is out! See what's new in the release blog

What is the best for drawing a real time chart?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 2.4k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    deleted286
    wrote on last edited by
    #1

    Hi. There are ways to do a chart. For example, QCustom Plot, Qt Charts and there is qwt.
    Which is the best way for doing it?
    What is the most important difference between them?

    Thank you for answers

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      Well "best" is a very vague term but we can talk about the 3 mentioned

      QCustom Plot

      • very easy to use. just 2 files to add to project. API is easy to understand.
      • free for open source
      • interface is easy to understand
      • Docs not the best
      • Not a native Qt solution

      Qt Charts

      • Many features
      • Ready for use if installed. ( native to Qt)
      • Can be used now for open source as far as i know
      • Can be very hard to customize. Even with the good docs.

      Qwt

      • Has Designer plugin so graphs can be used Design time
      • Pretty fast
      • Often you need to compile and integrate yourself.
      • Not so beginner-friendly

      Do note that the above points are just what I think. Others might have another view on say QChart.

      That said, QCustom Plot is by far easier to use. So if you are in doubt then I would
      go for QCustom Plot.

      D 1 Reply Last reply
      3
      • mrjjM mrjj

        Hi
        Well "best" is a very vague term but we can talk about the 3 mentioned

        QCustom Plot

        • very easy to use. just 2 files to add to project. API is easy to understand.
        • free for open source
        • interface is easy to understand
        • Docs not the best
        • Not a native Qt solution

        Qt Charts

        • Many features
        • Ready for use if installed. ( native to Qt)
        • Can be used now for open source as far as i know
        • Can be very hard to customize. Even with the good docs.

        Qwt

        • Has Designer plugin so graphs can be used Design time
        • Pretty fast
        • Often you need to compile and integrate yourself.
        • Not so beginner-friendly

        Do note that the above points are just what I think. Others might have another view on say QChart.

        That said, QCustom Plot is by far easier to use. So if you are in doubt then I would
        go for QCustom Plot.

        D Offline
        D Offline
        deleted286
        wrote on last edited by
        #3

        @mrjj thank you for your answer

        mrjjM 1 Reply Last reply
        0
        • D deleted286

          @mrjj thank you for your answer

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @suslucoder
          np.
          There is example for real time here
          https://www.qcustomplot.com/index.php/demos/realtimedatademo

          D 1 Reply Last reply
          1
          • mrjjM mrjj

            @suslucoder
            np.
            There is example for real time here
            https://www.qcustomplot.com/index.php/demos/realtimedatademo

            D Offline
            D Offline
            deleted286
            wrote on last edited by
            #5

            @mrjj thank you

            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