pawamoy / dependenpy

Show the inter-dependencies between modules of Python packages.
https://pawamoy.github.io/dependenpy/
ISC License
28 stars 4 forks source link

Export as image #56

Open vladdu opened 2 years ago

vladdu commented 2 years ago

It would be useful to be able to export matrices/treemaps/graphs as images (PNG or SVG). This will also allow for more colors and gradients. Graphs can use Graphviz, but for the others it needs to be implemented.

Maybe the presentations should be separated from the core functionality, and implemented as some kind of plugins. This way, people could add their own ways of displaying the results. But this is probably a different feature.

Boost priority

Fund with Polar

pawamoy commented 2 years ago

Good idea! At some point I wanted to hook dependenpy and pydeps together.