Skip to content

Commit

Permalink
add new link for eoda
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Jul 28, 2020
1 parent 9dd451f commit 78dfa0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 327-chloropleth-map-from-geojson-with-ggplot2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DataToVizLink: "data-to-viz.com/graph/choropleth.html"
url: "327-chloropleth-map-from-geojson-with-ggplot2"
output:
html_document:
self_contained: false
self_contained: false
mathjax: default
lib_dir: libs
template: template_rgg.html
Expand Down Expand Up @@ -239,7 +239,7 @@ ggplot() +
There is a bit of work to do to get a descent figure. We need to change the color palette, improve the legend, use a log scale transformation for the colorscale, change background and add titles and explanation. Here is the code to do that, and the final result!


```{r thecode9, echo=FALSE, out.width = "100%", fig.height=4}
```{r thecode9, echo=true, out.width = "100%", fig.height=4}
library(viridis)
p <- ggplot() +
geom_polygon(data = spdf_fortified, aes(fill = nb_equip, x = long, y = lat, group = group) , size=0, alpha=0.9) +
Expand Down
4 changes: 2 additions & 2 deletions html_chunk/images.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
style="padding: 8px;"></img>
</a>

<a href="https://www.eoda.de/en/yuna-data-science-plattform/"
onclick="getOutboundLink('https://www.eoda.de/en/yuna-data-science-plattform/'); return false;">
<a href="https://www.eoda.de/en/yuna-data-science-plattform/?utm_source=R-Graph%20Gallery&utm_medium=Banner&utm_campaign=R-Graph%20Banner%2028072020"
onclick="getOutboundLink('https://www.eoda.de/en/yuna-data-science-plattform/?utm_source=R-Graph%20Gallery&utm_medium=Banner&utm_campaign=R-Graph%20Banner%2028072020'); return false;">
<img class="imgBanner" height="230" src="img/banner/YunaEoda.jpg" alt="Eoda Logo" title="YudaEoda"
style="padding: 8px;"></img>
</a>
Expand Down

0 comments on commit 78dfa0f

Please sign in to comment.