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. [Solved] How to Plot signals in PyQT

[Solved] How to Plot signals in PyQT

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 3.2k 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.
  • U Offline
    U Offline
    ukpyqt
    wrote on last edited by
    #1

    Morning, can anyone suggest me how to get a plotting done in PyQT. What package do I have to import?

    Thanks in advance...

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

      Hi,

      One option you could try is "PyQWT":http://pyqwt.sourceforge.net

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Soraltan
        wrote on last edited by
        #3

        Hello,

        so does the term signal in the title refer to an Qt signal like in a signal slot connection? In that case, what kind of plot would you want to have? How should it look like?

        Or do you refer to plotting a physical signal like an audio, or EM-signal?!? In that case I'd recommend "QCustomPlot":http://qcustomplot.com/

        Alternatively "Qwt":http://qwt.sourceforge.net/ would be the classical choice for that, but I find QCustomPlot more convenient.

        Best

        Soraltan
        Edit: Ok, I overread the "Py" in the caption. If there is a Python version of QCustomPlot, I'd be unaware of it. So Qwt is probably your best friend.

        1 Reply Last reply
        0
        • U Offline
          U Offline
          ukpyqt
          wrote on last edited by
          #4

          Thanks Guys, signals which mentioned signal slot as well as signal type (seismic signals), Have used matlibplot into PyQT, worked, Thanks you so much guys...

          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