Hy Zuheyr, You can definitely do what you display and it should not be that difficult. And as you predicted zooming in/out will be orders of magnitude faster, I have been using PyQtGraph myself for some time now, although I don't consider myself an expert. Doing simple geometric surfaces is super simple. There are tons of 2D/3D examples. All you have to do is:
import pyqtgraph.examples as ex ex.run() You can find sample code for mesh surfaces, lines, texts, etc, there. Good luck.\ On Wed, Nov 18, 2020 at 1:15 AM Zuheyr Alsalihi <[email protected]> wrote: > Dear friends, I need to debug a space partitioning algorithm so I need to > be able to zoom and play with the plot I attach here which is made using > matplotlib and absolutely impossible to even zoom, useless in fact. > > Pyqtgraph is fantastique, I could reproduce some 3d examples but before I > invest time I wanted to do a reality check, can I do what I show in this > plot using Pyqtgraph? Please help me as time is very constrained for me. > Many thanks for reading. > > -- > 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/edd863fd-0623-4f8c-bea4-7e54763f369en%40googlegroups.com > <https://groups.google.com/d/msgid/pyqtgraph/edd863fd-0623-4f8c-bea4-7e54763f369en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAE-5UPx203hdWTwgjUnyBcyfx1jfzg%3DoJEds_GgMWgdqb7iVVA%40mail.gmail.com.
