Skip to content

Commit 351bf71

Browse files
update
1 parent 97e5002 commit 351bf71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library(ggplot2)
4444
```
4545
No painel abaixo, à direita, temos a representação de um gráfico no formato padrão do *ggplot2*. Já à esquerda, destacamos o resultado obtido após a aplicação de linhas de código com as funções theme_ipea() e scale_color_ipea().
4646

47-
```{r, message=FALSE, warning=FALSE, fig.align="center", out.width = "100%"}
47+
```
4848
# Figura ggplot original
4949
fig_raw <- ggplot(data = mtcars, aes(x = hp , y = mpg, color = cyl)) +
5050
geom_point() +
@@ -57,6 +57,7 @@ fig_raw +
5757
scale_color_ipea() +
5858
theme_ipea()
5959
```
60+
<img src="man/figures/figura_read_me.png" width="70%" style="display: block; margin: auto;" />
6061

6162
Mais detalhes sobre a utilização do **ipeaplot** nas vinhetas:
6263

0 commit comments

Comments
 (0)