Hi there !
Would you be open to adding context managers to implot, just like what is done in imgui_ctx ?
I you're OK, I would create an implot_ctx file and add context managers for implot.
However: that would probably add some maintenance cost, as updating implot C++ bindings would mean updating implot_ctx context managers manually, hence why I'm asking before making a pull request.
Hi there !
Would you be open to adding context managers to implot, just like what is done in
imgui_ctx?I you're OK, I would create an
implot_ctxfile and add context managers for implot.However: that would probably add some maintenance cost, as updating implot C++ bindings would mean updating
implot_ctxcontext managers manually, hence why I'm asking before making a pull request.