Skip to content
Merged
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
2 changes: 1 addition & 1 deletion R/type_tile.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
#'
#' # tip 2: use per-axis tick label scaling (cex) for dense heatmaps
#' tinyplot(as.matrix(mtcars), type = type_heatmap(scale = "x"), col = "white",
#' theme = list("heatmap", cex.yaxs = 0.75, cex.xaxs = 1.5))
#' theme = list("heatmap", cex.yaxs = 0.75, cex.xaxs = 1.25))
#'
#' ## restore the default theme
#' tinytheme()
Expand Down
2 changes: 1 addition & 1 deletion altdoc/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ altdoc: 0.7.3
pandoc: '0'
pkgdown: 2.1.3
pkgdown_sha: ~
last_built: 2026-08-16T22:34:16+0000
last_built: 2026-08-17T18:20:36+0000
urls:
reference: https://grantmcdermott.com/tinyplot/man
article: https://grantmcdermott.com/tinyplot/vignettes
176 changes: 83 additions & 93 deletions altdoc/quarto_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ website:
file: vignettes/tips.qmd
- text: useR! 2025
file: vignettes/useR2025/useR2025.qmd
- text: Gallery
file: vignettes/gallery.qmd
- text: About
menu:
- text: News
Expand All @@ -37,6 +35,8 @@ website:
file: $ALTDOC_LICENSE
- text: Reference
file: man/tinyplot.qmd
- text: Gallery
file: vignettes/gallery.qmd
right:
- icon: github
href: $ALTDOC_PACKAGE_URL_GITHUB
Expand All @@ -62,114 +62,104 @@ website:
file: man/tinyplot.qmd
- text: tinyplot_add
file: man/tinyplot_add.qmd
- section: "Types"
- section: "Methods"
contents:
- section: Shapes
contents:
- text: type_area
file: man/type_ribbon.qmd
- text: type_errorbar
file: man/type_errorbar.qmd
- text: type_jitter
file: man/type_jitter.qmd
- text: type_lines
file: man/type_lines.qmd
- text: type_pointrange
file: man/type_errorbar.qmd
- text: type_points
file: man/type_points.qmd
- text: type_polygon
file: man/type_polygon.qmd
- text: type_polypath
file: man/type_polypath.qmd
- text: type_rect
file: man/type_rect.qmd
- text: type_ribbon
file: man/type_ribbon.qmd
- text: type_rug
file: man/type_rug.qmd
- text: type_segments
file: man/type_segments.qmd
- text: type_text
file: man/type_text.qmd
- text: type_tile
file: man/type_tile.qmd
- section: "Visualizations"
contents:
- text: type_barplot
file: man/type_barplot.qmd
- text: type_boxplot
file: man/type_boxplot.qmd
- text: type_chull
file: man/type_chull.qmd
- text: type_density
file: man/type_density.qmd
- text: type_ellipse
file: man/type_ellipse.qmd
- text: type_heatmap
file: man/type_tile.qmd
- text: type_hexbin
file: man/type_hexbin.qmd
- text: type_histogram
file: man/type_histogram.qmd
- text: type_qq
file: man/type_qq.qmd
- text: type_ridge
file: man/type_ridge.qmd
- text: type_spineplot
file: man/type_spineplot.qmd
- text: type_violin
file: man/type_violin.qmd
- section: "Models"
contents:
- text: type_glm
file: man/type_glm.qmd
- text: type_lm
file: man/type_lm.qmd
- text: type_loess
file: man/type_loess.qmd
- text: type_spline
file: man/type_spline.qmd
- section: "Functions"
contents:
- text: type_abline
file: man/type_abline.qmd
- text: type_function
file: man/type_function.qmd
- text: type_hline
file: man/type_abline.qmd
- text: type_summary
file: man/type_summary.qmd
- text: type_vline
file: man/type_abline.qmd
- text: tinyplot.data.frame
file: man/tinyplot.data.frame.qmd
- text: tinyplot.matrix
file: man/tinyplot.matrix.qmd
- text: tinyplot.ts
file: man/tinyplot.ts.qmd
- section: "Themes"
contents:
- text: tinytheme
file: man/tinytheme.qmd
- text: tinytheme_register
file: man/tinytheme_register.qmd
- section: "Types"
contents:
- text: type_abline
file: man/type_abline.qmd
- text: type_area
file: man/type_ribbon.qmd
- text: type_barplot
file: man/type_barplot.qmd
- text: type_boxplot
file: man/type_boxplot.qmd
- text: type_chull
file: man/type_chull.qmd
- text: type_density
file: man/type_density.qmd
- text: type_ellipse
file: man/type_ellipse.qmd
- text: type_errorbar
file: man/type_errorbar.qmd
- text: type_function
file: man/type_function.qmd
- text: type_glm
file: man/type_glm.qmd
- text: type_heatmap
file: man/type_tile.qmd
- text: type_hexbin
file: man/type_hexbin.qmd
- text: type_histogram
file: man/type_histogram.qmd
- text: type_hline
file: man/type_abline.qmd
- text: type_jitter
file: man/type_jitter.qmd
- text: type_lines
file: man/type_lines.qmd
- text: type_lm
file: man/type_lm.qmd
- text: type_loess
file: man/type_loess.qmd
- text: type_pointrange
file: man/type_errorbar.qmd
- text: type_points
file: man/type_points.qmd
- text: type_polygon
file: man/type_polygon.qmd
- text: type_polypath
file: man/type_polypath.qmd
- text: type_qq
file: man/type_qq.qmd
- text: type_rect
file: man/type_rect.qmd
- text: type_ribbon
file: man/type_ribbon.qmd
- text: type_ridge
file: man/type_ridge.qmd
- text: type_rug
file: man/type_rug.qmd
- text: type_segments
file: man/type_segments.qmd
- text: type_spineplot
file: man/type_spineplot.qmd
- text: type_spline
file: man/type_spline.qmd
- text: type_summary
file: man/type_summary.qmd
- text: type_text
file: man/type_text.qmd
- text: type_tile
file: man/type_tile.qmd
- text: type_violin
file: man/type_violin.qmd
- text: type_vline
file: man/type_abline.qmd
- section: "Utilities"
contents:
- text: draw_legend
file: man/draw_legend.qmd
- text: get_saved_par
file: man/get_saved_par.qmd
# - text: tinyAxis
# file: man/tinyAxis.qmd
- text: tinylabel
file: man/tinylabel.qmd
- section: "Options"
contents:
- text: tpar
file: man/tpar.qmd
- text: get_saved_par
file: man/get_saved_par.qmd
- section: "Methods"
contents:
- text: tinyplot.data.frame
file: man/tinyplot.data.frame.qmd
- text: tinyplot.matrix
file: man/tinyplot.matrix.qmd
- text: tinyplot.ts
file: man/tinyplot.ts.qmd

format:
html:
Expand Down
2 changes: 1 addition & 1 deletion man/type_tile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions vignettes/gallery_figs/heatmap-mtcars.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ m = as.matrix(mtcars)
plt(
m,
type = type_heatmap(scale = "x"),
main = "mtcars heatmap",
cap = "Note: Values are normalised within each x-axis category",
col = "white",
theme = list("heatmap", cex.yaxs = 0.5, cex.xaxs = 1.5)
theme = list("heatmap", cex.yaxs = 0.75, cex.xaxs = 1.25)
)