JuliaPy / PythonPlot.jl

Plotting for Julia based on matplotlib.pyplot
MIT License
74 stars 8 forks source link

Feature request: widget mode #14

Open marius311 opened 1 year ago

marius311 commented 1 year ago

I asked this in PyPlot too here https://github.com/JuliaPy/PyPlot.jl/issues/495, and seems some preliminary work was done in https://github.com/JuliaPy/PyCall.jl/issues/89

Specifically I'm referring to the ability to get plots which you can pan/zoom:

image

Just wanted to put my vote in here as well, perhaps its easier in some way in PythonPlot (don't know the internals at all). One motivation to have this in the cosystem is that afaik there's no other option that works without either needing Jupyterlab extensions (PlotlyJS needs this, and sometimes you don't have control over this on clusters) or which work remotely (WGLMakie doesnt currently)