Skip to content

Commit

Permalink
Update dashboard.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboschmatas authored Apr 22, 2024
1 parent 4e2f5a5 commit 75119ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/dashboard.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ barris$pct <- ifelse(barris$pct > 1, 1, barris$pct)
plot(barris[c("portals", "portals_osm")],
nbreaks = 10,
main = "NÚMERO DE PORTALS PER BARRI (CARTOBCN i OSM)",
pal = viridisLite::viridis(9),
key.pos = 1,
family = "nunito sans")
plot(barris["pct"],
breaks = c(0, .1, .2, .3, .4, .5, .6, .7, .8, .9, .999, 1.1),
main = "PERCENTATGE DE PORTALS CARTOBCN A OSM PER BARRI",
pal = viridisLite::viridis(11),
key.pos = 1,
family = "nunito sans")
```
Expand Down

0 comments on commit 75119ee

Please sign in to comment.