Skip to content

Commit 31047ad

Browse files
20250209 - fix figure labels
1 parent 6d5cc2e commit 31047ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-visualization.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ ggplot2::ggplot(
262262

263263
### Density Plot with Histogram and Rug Plot {#sec-densityHistogram}
264264

265-
A density plot of fantasy points with a histogram and rug plot is depicted in @fig-histogramDensity.
265+
A density plot of fantasy points with a histogram and rug plot is depicted in @fig-densityHistogram.
266266

267267
```{r}
268-
#| label: fig-histogramDensity
268+
#| label: fig-densityHistogram
269269
#| fig-cap: "Density Plot with Histogram and Rug Plot."
270270
#| fig-alt: "Density Plot with Histogram and Rug Plot."
271271

0 commit comments

Comments
 (0)