Results 1 to 4 of 4

Thread: 3D Plotting Scatter (Zoom Pan Tilt)

  1. #1
    Join Date
    Oct 2015
    Posts
    33
    Thanks
    14
    Qt products
    Qt5
    Platforms
    Unix/X11

    Question 3D Plotting Scatter (Zoom Pan Tilt)

    Hey guys,

    i'm looking for a solution to 3D plot datapoints. These datapoints represent comets and planets. i want to plot their orbits (positions over time). Is there a way to do this in Qt? I have found qwt3d but i find it quite hard to use and was wondering if there is a qt native was of doing this. I found something on QtDatavisualisation but i dont seem to be able to use that from the opensource version of qt.

    thx for your input guys!

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: 3D Plotting Scatter (Zoom Pan Tilt)

    Qt DataVisualization is available only with a commercial license. It is also hard and awkward to use. For whatever reason, the designers of these products don't seem to understand that real world data doesn't come in nice rows and columns with a value at every intersection, and that even if it did, you might want to color some of them blue and others red, or make some of them bigger than the others.

    I wish there was such a 3D package available, too. QwtPlot3D is OK, but it uses old OpenGL technology and it is slow for big datasets.

    So if you find something, let us know.

  3. The following user says thank you to d_stranz for this useful post:

    Lumbricus (17th February 2016)

  4. #3
    Join Date
    Oct 2015
    Posts
    33
    Thanks
    14
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: 3D Plotting Scatter (Zoom Pan Tilt)

    Jeah, well i did not find anything better. I rewrote the qwt3d library to make me able to plot single 3D points and give them a spicific Color and Size. Probably broke the lib for other useses, so no sense in posting my solution. Shame there isnt a proper lib or tool of doing this. Thx for your input!
    imex_blackedout.png

  5. #4
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: 3D Plotting Scatter (Zoom Pan Tilt)

    Looks nice. I am surprised that there isn't a library for this kind of thing. This is sort of in the middle - there are plenty of 2D plotting libraries, and some high-end things like VTK but nothing that lets you produce something in the middle but doesn't prohibit customization. Qt's DataVisualization is like this - it makes some great plots, but just not the ones you'd really like to see.

Similar Threads

  1. plotting 2d graphs with zoom/pan - lots of data
    By guitargirl in forum Qt Programming
    Replies: 3
    Last Post: 23rd April 2015, 02:25
  2. QWTPlot Zoom: cannot zoom negative value
    By jwieland in forum Qwt
    Replies: 0
    Last Post: 8th January 2010, 16:16
  3. Replies: 1
    Last Post: 16th November 2009, 05:25
  4. QGLWidget with text - zoom in / zoom out
    By h123 in forum Qt Programming
    Replies: 1
    Last Post: 16th November 2008, 09:56

Tags for this Thread

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.