Python diagrams output image size

89 Views Asked by At

I am using Python diagrams module to create diagrams. I am generating different diagrams and looking for a way to control the size of png output, i.e I need that always have the same size

Thank you

I tried using : graph_attr = { "size": "7.75" }

But it does not work as I wanted

0

There are 0 best solutions below