Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. plot
    Log in to post

    • SOLVED Custom QML Chart (realtime data)
      QML and Qt Quick • qml chart plot chartvi • • romain.donze  

      4
      0
      Votes
      4
      Posts
      560
      Views

      @psryan it's a member of the Context2d QML type. See the docs for that and Canvas.
    • Introduction in Qwt
      General and Desktop • c++ qwt plot begginer • • WLOrion  

      4
      0
      Votes
      4
      Posts
      303
      Views

      Hi, @WLOrion said in Introduction in Qwt: I didn't know this behavior of the Qwt Classes. This is nothing Qwt specific, it's part of the C++ basics. As for tutorial, there's a nice online book that is in German but the author claims that online translator should give you a good enough result in your own language.
    • UNSOLVED Any tricks to increase QtChart responsiveness?
      General and Desktop • qtchart plot lineseries responsiveness • • CJha  

      8
      0
      Votes
      8
      Posts
      891
      Views

      @CJha We agree when it's a little late. I tried without changing your code. Output was 52 milliseconds. Maybe not a contribution, but the difference is not 1/10. QChart seems to do what you want. Windows 10 x64, Qt 6.1, MinGW 64 and AMD Ryzen 7 PRO 4750U 8Gb RAM.
    • UNSOLVED Plotting a grid like plot in QT
      General and Desktop • plot • • Ahmadinho  

      3
      0
      Votes
      3
      Posts
      117
      Views

      Hi It would be very easy to draw manually using QML or QPainter but do you need zooming and other features QChart provides ?
    • UNSOLVED How to optimized the data point in Qwt plot?
      General and Desktop • c++ qwt plot • • Yash001  

      4
      0
      Votes
      4
      Posts
      547
      Views

      @Yash001 Hi, i wish i knew the answer but im fairly sure canvas()->width(); just returns the actual widget size and not the zoomed area as such. Had a look in the help but didnt find the answer on how to get the extent on a zoomed canvas.
    • UNSOLVED Draw basic Axes on QPixmap ?
      General and Desktop • qlabel qpixmap qchart plot axis • • R-P-H  

      29
      0
      Votes
      29
      Posts
      2540
      Views

      Thanks for the support guys. I tried making a transparent QPixmap image using Qt::transparent fill for the axis and overlaying it onto my other QPixmap, however it didn't work properly. So I ended up just drawing directly onto the image itself. Not the most efficient method but it seems to work...
    • SOLVED Qt - Serialport : Read multiple Analog Inputs from Arduino at the same time
      General and Desktop • qcustomplot arduino plot read serial qt serialport • • Suneclipt  

      4
      0
      Votes
      4
      Posts
      822
      Views

      @aha_1980 Thank you alot Sir your answer was correct and helped to clean up the problem! Regards
    • SOLVED Video Rendering Application with Overlay
      General and Desktop • opencv plot h264 video processin • • cirquit  

      3
      0
      Votes
      3
      Posts
      478
      Views

      Thank you for your answer! I've yet to find a good introduction into QML for C++ developers, but I was a little put off by the somewhat convoluted approach as different tutorials either don't show any QML or only use it soley to develop a very simple application. The main problem I'm struggling is with QML is the ability to generate a GUI based on some set preferences. In my case the amount of e.g tabs in the "Options" pane should be defined by the amount of video files which are currently loaded. Is this easily possible to programatically extend QML GUIs?
    • UNSOLVED Saving the contents of a Qwt widget as SVG
      3rd Party Software • svg qwt plot qtsvg vector graphics • • onat  

      1
      0
      Votes
      1
      Posts
      492
      Views

      No one has replied

    • UNSOLVED Draw a large scrollable plot
      General and Desktop • scrolling plot • • dridk2  

      2
      0
      Votes
      2
      Posts
      800
      Views

      I suggest looking into QCustomPlot.
    • Qwt Plot: Hide axis
      General and Desktop • qwt plot hide-axis • • cherple  

      1
      0
      Votes
      1
      Posts
      2365
      Views

      No one has replied