<div><div>O problema com esse seu gráfico é que as colunas coloridas representam anos e estão sobre o eixo x, que indica meses, ficando confuso a representação. </div><div><br></div><div>Uma dica é vc colocar as barras com os valores dos meses e as.linhas com os valores dos anos.</div><div><br><br><div class="gmail_quote"><div class="gmail_attr"><div>Em ter, 2 de fev de 2021 12:56, Olympio Neto por (R-br) <<a href="mailto:r-br@listas.c3sl.ufpr.br" title="mailto:r-br@listas.c3sl.ufpr.br">r-br@listas.c3sl.ufpr.br</a>> escreveu:</div></div><blockquote><div><div class="gmail_default"><div><img alt="" src="cid:ii_kko6ocgw0"></div></div><div class="gmail_default"><br></div><div class="gmail_default"><div class="gmail_default"><font style="font-family:georgia, serif">Mas no fim, estou achando muito confuso. Talvez separados representem melhor o objetivo.</font></div><div class="gmail_default"><br></div><div class="gmail_default"><font style="font-family:georgia, serif">De qualquer forma, obrigado!</font></div><div class="gmail_default"><br></div><div class="gmail_default"><font style="font-family:Arial, Helvetica, sans-serif"><span style="color:#888888"><font style="font-family:georgia, serif">Olympio</font></span></font></div></div></div><br><div class="gmail_quote"><div class="gmail_attr"><div>Em ter., 2 de fev. de 2021 às 11:59, Daniel Guimarães Tiezzi <<a href="mailto:dtiezzi@usp.br" title="mailto:dtiezzi@usp.br">dtiezzi@usp.br</a>> escreveu:</div></div><blockquote><div><div>Bom dia</div><div><br></div><div>Seria algo assim?</div><div><br></div><div><div>df <- structure(list(Mês = c("Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez", "Total"), `2016` = c(209L, 3959L, 8668L, 5448L, 4198L, 4042L, 4602L, 6969L, 3336L, 8580L, 6036L, 352L, 56399L), `2017` = c(314L, 2740L, 2758L, 2424L, 4138L,  2030L, 280L, 4552L, 2509L, 2847L, 6322L, 179L, 31093L), `2018` = c(778L, 3968L, 3092L, 2357L, 1333L, 895L, 5489L, 3598L, 4072L, 5562L, 6218L, 115L, 37477L), `2019` = c(246L, 2353L, 2905L, 4563L, 2791L, 493L, 3197L, 6463L, 1375L, 5626L, 10443L, 138L, 40593L), `2020` = c(76L, 2685L, 2062L, 0L, 0L, 0L, 0L, 1408L, 1554L, 3831L, 4573L, 1104L, 17293L)), class = "data.frame", row.names = c(NA, -13L)) </div><div>df</div><div><br></div><div>df_s <- as.data.frame(t(df[nrow(df),-1]))</div><div>colnames(df_s) <- 'total'</div><div>df_s$ano <- seq(2016, 2020)</div><div>df_s</div><div>library(ggplot2)</div><div>p0 <- ggplot(data = df_s, aes(y=stat(total), x = ano)) + geom_bar() + theme_minimal()</div><div>p0</div><div><br></div><div>df_l <- df[-nrow(df), c(1,6)]</div><div>colnames(df_l) <- c('m', 'val')</div><div>df_l</div><div>p1 <- ggplot(data = df_l, aes(x = m, y = val, group = 1)) + geom_line() + theme_minimal()</div><div>p1</div><div><br></div><div><div><div><font style="font-family:Helvetica">----------------------------------------------------------------</font></div><div><div><font style="font-family:Helvetica">Daniel Tiezzi, MD, PhD</font></div><div><div><font style="font-family:Helvetica">Oncologia / Mastologia</font></div><div><font style="font-family:Helvetica">Professor Associado - Livre Docente</font></div><div><font style="font-family:Helvetica">Departamento de Ginecologia e Obstetrícia</font></div><div><font style="font-family:Helvetica">Setor de Mastologia e Oncologia Ginecológica</font></div><div><font style="font-family:Helvetica">Faculdade de Medicina de Ribeirão Preto - USP</font></div><div><font style="font-family:Helvetica">Tel.: 16 3602-2488</font></div></div><div><div><font style="font-family:Menlo-Regular"><font style="font-family:Helvetica"><a href="https://github.com/dtiezzi" title="https://github.com/dtiezzi">https://github.com/dtiezzi</a></font></font></div><div><font style="font-family:Menlo-Regular"><font style="font-family:Helvetica"><a href="http://danieltiezzi.pro.br/" title="http://danieltiezzi.pro.br/">http://danieltiezzi.pro.br</a></font></font></div><div><font style="font-family:Helvetica"><a href="mailto:dtiezzi@usp.br" title="mailto:dtiezzi@usp.br">e-mail: dtiezzi@usp.br</a></font></div></div></div><div><br></div></div></div><div><br><blockquote><div>On 2 Feb 2021, at 11:07, Olympio Neto por (R-br) <<a href="mailto:r-br@listas.c3sl.ufpr.br" title="mailto:r-br@listas.c3sl.ufpr.br">r-br@listas.c3sl.ufpr.br</a>> wrote:</div><br><div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">structure(list(Mês = c("Jan", "Fev", "Mar", "Abr", "Mai", "Jun", </font></font></div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">"Jul", "Ago", "Set", "Out", "Nov", "Dez", "Total"), `2016` = c(209L, </font></font></div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">3959L, 8668L, 5448L, 4198L, 4042L, 4602L, 6969L, 3336L, 8580L, </font></font></div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">6036L, 352L, 56399L), `2017` = c(314L, 2740L, 2758L, 2424L, 4138L, </font></font></div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">2030L, 280L, 4552L, 2509L, 2847L, 6322L, 179L, 31093L), `2018` = c(778L, </font></font></div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">3968L, 3092L, 2357L, 1333L, 895L, 5489L, 3598L, 4072L, 5562L, </font></font></div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">6218L, 115L, 37477L), `2019` = c(246L, 2353L, 2905L, 4563L, 2791L, </font></font></div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">493L, 3197L, 6463L, 1375L, 5626L, 10443L, 138L, 40593L), `2020` = c(76L, </font></font></div><div><font style="font-size:12px"><font style="font-family:Menlo-Regular">2685L, 2062L, 0L, 0L, 0L, 0L, 1408L, 1554L, 3831L, 4573L, 1104L, </font></font></div><div class="gmail_default"><font style="font-size:12px"><font style="font-family:georgia, serif"><font style="font-family:Arial, Helvetica, sans-serif">17293L)), class = "data.frame", row.names = c(NA, -13L))</font></font></font><font style="font-size:12px"><font style="font-family:georgia, serif"> </font></font></div></div></blockquote></div><br></div></div></blockquote></div><div>_______________________________________________</div><div>R-br mailing list</div><div><a href="mailto:R-br@listas.c3sl.ufpr.br" title="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a></div><div><a href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br" title="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a></div><div>Leia o guia de postagem (<a href="http://www.leg.ufpr.br/r-br-guia" title="http://www.leg.ufpr.br/r-br-guia">http://www.leg.ufpr.br/r-br-guia</a>) e forneça código mínimo reproduzível.</div></blockquote></div></div></div>