Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Plotting library

Plotting library

Scheduled Pinned Locked Moved 3rd Party Software
7 Posts 4 Posters 10.2k 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.
  • D Offline
    D Offline
    dusktreader
    wrote on last edited by
    #1

    I've become a bit unsatisfied with QWT as a plotting library for Qt. Does anyone know of a better cross-platform plotting library that could be embedded into a Qt application?

    “Machines take me by surprise with great frequency.” -- Alan Mathison Turing

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      As I know Qwt is the best plot library based on Qt.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Franzk
        wrote on last edited by
        #3

        Qwt is pretty good for static plots. It isn't really fit for making highly dynamic plots.

        "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dusktreader
          wrote on last edited by
          #4

          @Franzk

          Yes. This is my concern. The plots I'm using are fully interactive, and show graphs of many different items of homogenous data. The data has a high dynamic range also.

          “Machines take me by surprise with great frequency.” -- Alan Mathison Turing

          1 Reply Last reply
          0
          • F Offline
            F Offline
            Franzk
            wrote on last edited by
            #5

            At my company we wrote our own for that particular reason. There are not many good alternatives available. I'm afraid our implementation isn't going to be public any time soon, if at all.

            "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

            http://www.catb.org/~esr/faqs/smart-questions.html

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kalle
              wrote on last edited by
              #6

              Not sure what exactly you mean by plotting (scientific graphs like the ones gnuplot does? more business-style graphs?), but ... (warning for shameless plug) KDAB has a charting/plotting component called "KD Chart":http://www.kdab.com/index.php?option=com_content&view=article&id=55&Itemid=65 that might do what you want (end warning)

              1 Reply Last reply
              0
              • D Offline
                D Offline
                dusktreader
                wrote on last edited by
                #7

                @kalle
                I'm looking for a plotting library that can plot data interactively. Specifically, I wish to render 1D histogram like curves that are spline smoothed, allow overlay with seperate axes on the left and right. The plots need to be rendered as "filled" plots (i.e. color under the curve), but the fill area needs to be controllable by user interaction. Automatic scaling, labeling, legending, and coloring would also be nice. The qwt library almost delivers what I need. However, I find its interface non-intuitive and its 2D plot rendering leaves a lot of features out.

                I looked at KD Chart, and it may be what I am looking for. Of course, I'm only interested in free, open-source solutions.

                “Machines take me by surprise with great frequency.” -- Alan Mathison Turing

                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