Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graph is too large for cairo-renderer bitmaps

Im trying to use pyreverse to generate UML images for a project source code. When I run the pyreverse command and specify to generate png images, it runs and then after a while, it shows:

dot: graph is too large for cairo-renderer bitmaps. Scaling by 0.271394 to fit dot: graph is too large for cairo-renderer bitmaps. Scaling by 0.333083 to fit 

Then if I open either image, the text is unreadable because it got scaled. Is there a way to just not scale, and let the image be large size?

Thanks

like image 294
omega Avatar asked Jan 24 '14 04:01

omega


1 Answers

the option

-T svg 

worked for me

like image 197
wall Avatar answered Sep 22 '22 15:09

wall