Graph is too large for cairo-renderer bitmaps

omega picture omega · Jan 24, 2014 · Viewed 14.1k times · Source

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

Answer

wall picture wall · Feb 14, 2017

the option

-T svg

worked for me