madge icon indicating copy to clipboard operation
madge copied to clipboard

Creating graph of only circular deps?

Open gaspardip opened this issue 5 years ago • 2 comments

It seems that you cannot create a graph that consists only of circular deps by any means, tried both a single command and using pipes, but no luck.

The commands I ran:

madge --circular --dot ./src | dot -T svg > graph.svg madge --circular --json ./src | madge --stdin --image svg.svg madge --circular ./src --image svg.svg

Is there any way to achieve this?

gaspardip avatar Sep 07 '19 10:09 gaspardip

No, it's not possible to combine --circular with other output options but I suppose it would be pretty easy to fix.

pahen avatar Sep 09 '19 06:09 pahen

I can take a look if you guide me a bit

gaspardip avatar Sep 09 '19 13:09 gaspardip