So I am looking for the equivalent of bar3() from Matlab in pyqtgraph? https://www.mathworks.com/help/matlab/ref/bar3.html
So far I have come across: 1. https://groups.google.com/g/pyqtgraph/c/kStpD-RLJ6c/m/1t9KjAyByCMJ 2. https://stackoverflow.com/questions/52155766/color-overlapping-in-glbargraphitem-pyqtgraph-python (This ones basically what i want but i want to render it quickly as possible) But what I want to know if there is something similar to pyqtgraph.opengl.GLSurfacePlotItem() for this or like bar3() in matlab? If not why not? -- 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/edd1ad61-b6bc-468f-9ddc-791534b7aea9n%40googlegroups.com.
