polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

Subplots support

Open royvelich opened this issue 1 year ago • 2 comments

Hi, Does polyscope support subplots? That is, rendering multiple independent scenes, each inside its own frame (but within the same window). Something similar to this feature of pygfx. If there is no support, I would be happy to implement it, if possible (both for C++ and Python).

royvelich avatar Apr 18 '24 11:04 royvelich

Nope, no subplot support currently.

I'm open to adding such a feature, but it would require some deep changes to Polyscope's internals. I'd only be willing to merge a PR if we can implement it cleverly without making a mess of the internals :) If you actually plan to implement this, I'd encourage checking in early to make sure your proposed design makes sense.

nmwsharp avatar Jun 06 '24 03:06 nmwsharp

@nmwsharp I want to implement it. Do you have any tips on where I should start looking?

royvelich avatar Aug 09 '24 08:08 royvelich