Results 1 to 2 of 2

Thread: Creating a Graph from a .csv file pyqt4

  1. #1
    Join Date
    Jan 2010
    Posts
    20
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Creating a Graph from a .csv file pyqt4

    Hello,

    I'm wondering if there is a way to turn a .csv file into a static graph and put it into my GUI using python and qt4?
    For example, say the .csv file contains acceleration data, is there a way to convert that data into a graph?
    Thank you in advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: Creating a Graph from a .csv file pyqt4

    Of course there is a way but you have to do it yourself.

    Iterate over the lines and then for example create QGraphicsEllipseItems in a QGraphicsScene for each data point.
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. help creating a project file
    By Slewman in forum Qt Programming
    Replies: 10
    Last Post: 23rd December 2009, 11:42
  2. Creating xls File
    By bismitapadhy in forum Qt Programming
    Replies: 0
    Last Post: 26th May 2009, 11:35
  3. Creating new XML file
    By Pembar in forum Qt Programming
    Replies: 3
    Last Post: 16th May 2009, 08:06
  4. Issue creating lib file
    By TheGrimace in forum Newbie
    Replies: 2
    Last Post: 7th June 2007, 16:30
  5. creating .cfg file in qt
    By vishal.chauhan in forum Qt Programming
    Replies: 1
    Last Post: 11th January 2007, 10:26

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.