
*Pessoal estou fazendo um grafo e usei os seguintes comandos:* graph.structure<- Rgraphviz::layoutGraph(graph.structure, edgeAttrs=list(label=labels)) graph::nodeRenderInfo(graph.structure) *e salvando ele:* png(filename=graph.name, units="in", width=10, height=8, pointsize=12, res=300) graph <- Rgraphviz::renderGraph(graph.structure) dev.off() *Quando abro o grafo vejo o problema abaixo onde o label extrapola o tamanho do nó* Alguem pode me dar uma dica ? -- Best regards... 8^) “The mind that is open to new ideas never come back to its original size” *Albert Einstein* -- Obrigado Elias

Elias, bom dia! Já tentou diminuir pointsize em png()? ================================================ Éder Comunello Researcher at Brazilian Agricultural Research Corporation (Embrapa) DSc in Agricultural Systems Engineering (USP/Esalq) MSc in Environ. Sciences (UEM), Agronomist (UEM) --- Embrapa Agropecuária Oeste, Dourados, MS, Brazil |<O>| ================================================ GEO, -22.2752, -54.8182, 408m UTC-04:00 / DST: UTC-03:00 2016-06-21 17:09 GMT-04:00 Elias Carvalho via R-br <r-br@listas.c3sl.ufpr.br
:
*Pessoal estou fazendo um grafo e usei os seguintes comandos:*
graph.structure<- Rgraphviz::layoutGraph(graph.structure, edgeAttrs=list(label=labels))
graph::nodeRenderInfo(graph.structure)
*e salvando ele:*
png(filename=graph.name, units="in", width=10, height=8, pointsize=12, res=300) graph <- Rgraphviz::renderGraph(graph.structure) dev.off()
*Quando abro o grafo vejo o problema abaixo onde o label extrapola o tamanho do nó*
Alguem pode me dar uma dica ?
-- Best regards... 8^)
“The mind that is open to new ideas never come back to its original size” *Albert Einstein*
-- Obrigado Elias
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
participantes (2)
-
Elias Carvalho
-
Éder Comunello