<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Caro Colegas r-br,</div><div><span style="background-color: transparent; font-size: 16px;"><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span style="background-color: transparent; font-size: 16px;">Boa tarde.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span style="background-color: transparent; font-size: 16px;"><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span style="background-color: transparent; font-size: 16px;">Eu estou tentando usar
 esse script para plotar um gráfico de barra no ggplot2, mas quando coloco limits = c(2, 3) as barras não aparecem.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span style="background-color: transparent; font-size: 16px;"><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span style="background-color: transparent; font-size: 16px;">Vocês sabem como resolver esse problema?</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style:
 normal;">ggplot(deployment, </div><div>                  aes(x = Grupo,</div><div>                      y = Means)) +</div><div>  facet_grid(. ~ Metodo) +</div><div>  geom_bar(stat = 2, position = "dodge") + </div><div>  geom_errorbar(data = deployment,</div><div>                aes(y=Means, ymin = min, ymax=max),</div><div>                width=0.1, position="identity") +</div><div>  geom_text(data = deployment, aes(x = Grupo, y =  max, label = SK),</div><div>            parse=T, hjust=0.5, vjust=-0.5, size=5) +</div><div><span></span></div><div>  scale_y_continuous(limits = c(2, 3), breaks=seq(2,3,0.25))</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman',
 'new york', times, serif; background-color: transparent; font-style: normal;">Obrigado.<br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> </div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><font face="times new roman, new york, times, serif">Alisson Lucrécio da Costa</font></div></div></body></html>