Skip to content

Commit

Permalink
finally figured it out
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Dec 22, 2024
1 parent 65746e5 commit c47a9df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _site/site_libs/revealjs/dist/theme/quarto.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/slides/aesthetic-mappings.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ <h1>Creating aesthetic mappings in ggplot</h1>
<section id="getting-the-data" class="slide level2">
<h2>Getting the data</h2>
<p>All examples will use the <code>temperatures</code> dataset:</p>
<div class="xtiny-font">
<div class="tiny-font">
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a></a>temperatures <span class="ot">&lt;-</span> <span class="fu">read_csv</span>(<span class="st">"https://wilkelab.org/SDS375/datasets/tempnormals.csv"</span>) <span class="sc">|&gt;</span></span>
<span id="cb1-2"><a></a> <span class="fu">mutate</span>(</span>
Expand Down
2 changes: 1 addition & 1 deletion slides/Wilke-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $presentation-h2-font-size: 2em;
$presentation-h3-font-size: 1.6em;
$presentation-h4-font-size: 1.6em;
$presentation-heading-font-weight: 400;
$code-block-font-size: 0.94em;
$code-block-font-size: 0.86em;

.small-font { font-size: 0.86em !important; }
.tiny-font { font-size: 0.66em !important; }
Expand Down
2 changes: 1 addition & 1 deletion slides/aesthetic-mappings.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ temps_long |>

All examples will use the `temperatures` dataset:

::: {.xtiny-font}
::: {.tiny-font}
```{r}
#| echo: true
#| message: false
Expand Down

0 comments on commit c47a9df

Please sign in to comment.