First of all, I wanted to send a message of thanks and support to Luke for his generous contribution to the scientific Python-programming community. Although matplotlib suffices for figures (admittedly I prefer Asymptote for this), it never provided a proper GUI-based data display. Now (after a number of tweaks to a few pyqtgraph objects), I can visualise and analyse Axon-based neurophysiology files without the pain of Axon-based software!
However, sticking with the neuro-theme, I was hoping to use pyqtgraph to draw models in which the basic 3D element is a truncated cone frustrum (i.e. think of a 3D cone sitting of it's base with it's pointed end sliced off transversely). Although the provided 3D examples are very impressive, I couldn't find an obvious way to code such a 3D object. I guess it's possible to create such a shape as a 3D-graph surface (á la MATLAB `surf'), but I would like to be able to rotate each object independently and freely in all axes. I would be grateful if anyone could point me in the right direction?
Kind regards,
Gary.