Skip to content

Commit

Permalink
Merge pull request #92 from JosephBARBIERDARNAL/re-run-Rmd
Browse files Browse the repository at this point in the history
change template.html and re-run arc.Rmd
  • Loading branch information
holtzy committed May 21, 2024
2 parents d0ce94d + 77355d7 commit 34f0b8e
Show file tree
Hide file tree
Showing 13 changed files with 11,254 additions and 258 deletions.
8 changes: 5 additions & 3 deletions graph/arc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -287,18 +287,20 @@ ggraph(mygraph, layout="linear") +
# Build your own {#code}
***

The [R](https://www.r-graph-gallery.com) and [Python](https://www.python-graph-gallery.com) graph galleries are 2 websites providing hundreds of chart example, always providing the reproducible code. Click the button below to see how to build the chart you need with your favorite programing language.
The [R](https://www.r-graph-gallery.com), [Python](https://www.python-graph-gallery.com), [React](https://www.react-graph-gallery.com/) and [D3](https://d3-graph-gallery.com/) graph galleries are 4 websites providing hundreds of chart example, always providing the reproducible code. Click the button below to see how to build the chart you need with your favorite programing language.

<p>
<a href="https://www.r-graph-gallery.com/" class="btn btn-primary">R graph gallery</a>
<a href="https://python-graph-gallery.com/" class="btn btn-primary">Python gallery</a>
<a href="https://www.react-graph-gallery.com/" class="btn btn-primary">React gallery</a>
<a href="https://d3-graph-gallery.com/" class="btn btn-primary">D3 gallery</a>
</p>



#Comments
# Comments
***
Any thoughts on this? Found any mistake? Disagree? Please drop me a word on [twitter](https://twitter.com/R_Graph_Gallery) or in the comment section below:
Any thoughts on this? Found any mistake? Disagree? Please drop me a word on [twitter](https://twitter.com/R_Graph_Gallery):
<br>


Expand Down
544 changes: 319 additions & 225 deletions graph/arc.html

Large diffs are not rendered by default.

Binary file modified graph/arc_files/figure-html/unnamed-chunk-1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graph/arc_files/figure-html/unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graph/arc_files/figure-html/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion graph/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
&nbsp;
<hr />
<p style="text-align: center;">A work by <a href="https://github.com/holtzy/">Yan Holtz</a> for <a href="https://data-to-viz.com">data-to-viz.com</a></p>
<p style="text-align: center;">A work by <a href="https://www.yan-holtz.com/">Yan Holtz</a> for <a href="https://data-to-viz.com">data-to-viz.com</a></p>

<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down
12 changes: 12 additions & 0 deletions graph/libs/header-attrs-2.26/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
Loading

0 comments on commit 34f0b8e

Please sign in to comment.