Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions best-r-chart-examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,36 @@ <h1>Top R Graph Examples: A Curated Collection</h1>
</script>

<section class="bg" id="portfolio" style="padding-top: 10px">
<div class="container">
<div class="row">
<div class="col col-12 col-sm-5 my-auto">
<a href="web-heatmap-with-annotation.html">
<img
class="img-fluid best-graph-page-img mb-4"
src="week_39.png"
alt="Heatmap with annotations"
/>
</a>
</div>
<div class="col col-12 col-sm-7 my-auto">
<div>
<h2 class="mySeryTitle">Heatmap with annotations</h2>
<hr />
<p>
Heatmap with annotations showing crane observations for the past 30 years.
<br /><br />A work by <b>Guillaume Noblet</b> for the <b>TidyTuesday</b> challenge.
</p>
<p class="text-secondary"><i>by Guillaume Noblet</i></p>
<a class="btn btn-md btn-secondary" href="web-heatmap-with-annotation.html"
>Read tutorial</a
>
</div>
</div>
</div>

<br />
<br />
<br />
<div class="container">
<div class="row">
<div class="col col-12 col-sm-5 my-auto">
Expand Down
Binary file added final-chart-heatmap-annotation-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
771 changes: 771 additions & 0 deletions web-heatmap-with-annotation.html

Large diffs are not rendered by default.

Loading