jtextor / dagitty

Graphical analysis of structural causal models / graphical causal models.
GNU General Public License v2.0
255 stars 47 forks source link

Pan and zoom? #65

Open krassowski opened 2 years ago

krassowski commented 2 years ago

When working on jupyterlab-dagitty I coded pan & zoom, mostly using dagitty's public API (see here). I configured it to only kick in for Ctrl + mouse wheel/drag so that we can still move nodes/edges around as before, but another hotkey could be used too. Please let me know if you are interested in adding this to dagitty itself, I would be happy to open a PR.