On 2019-06-21 8:55 a.m., amir aref wrote:
i am using qwt library in Qt for 2D plotting. but now i need to plot 3D. under 
things is needed:
hi, In my project, i need to do under things:
         1- the project is not commercial
         2- i need to compile static and using stand alone
         3- plotting some points on (x, y, z) and differents color
         4- plotting cube, conic, ... in 3D with abillity of zooming and 
rotating
         5- plotting lines from some points to another points in 3D with 
differents color
         6- by clicking on lines or shapes some events must happen( like slot 
and signal in Qt)
         7- IDE that i will use, must have a good online support

pyqtgraph can help me for doing above 7 things? how can i use pyqtgraph on qt 
creator plat form?

You don't give a lot of information, so I'll have to second-guess a bit to be able to help.

Your main code base is using C++ ? And you are wondering how to combine this with a Python frontend for visualization ?

You may want to look into Boost.Python (https://boostorg.github.io/python) to help you expose some of your C++ interfaces to Python so you can script them, including and in particular the data that you want to visualize.


Stefan

--

      ...ich hab' noch einen Koffer in Berlin...
--
You received this message because you are subscribed to the Google Groups 
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/8712facd-21f7-ad0c-58bb-ddb16cff8b16%40seefeld.name.
For more options, visit https://groups.google.com/d/optout.

Reply via email to