Skip to content

Add example for removing row and column titles in heatmaps#156

Merged
stemangiola merged 2 commits intomasterfrom
remove-titles-example
Oct 25, 2025
Merged

Add example for removing row and column titles in heatmaps#156
stemangiola merged 2 commits intomasterfrom
remove-titles-example

Conversation

@stemangiola
Copy link
Copy Markdown
Owner

  • Introduced a new section in the introduction vignette demonstrating how to remove row and column titles by setting them to empty strings in the heatmap function.
  • Included a code snippet to illustrate the usage.

- Introduced a new section in the introduction vignette demonstrating how to remove row and column titles by setting them to empty strings in the heatmap function.
- Included a code snippet to illustrate the usage.
@stemangiola stemangiola requested a review from Copilot October 24, 2025 23:34
@stemangiola stemangiola linked an issue Oct 24, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for removing row and column titles in heatmaps by setting them to empty strings. The change demonstrates a useful customization option for users who want cleaner heatmap visualizations without axis labels.

Key changes:

  • Added a new section titled "Remove row and column titles" to the introduction vignette
  • Included a working code example showing how to set row_title and column_title parameters to empty strings

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread vignettes/introduction.Rmd Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@stemangiola stemangiola merged commit 61ae335 into master Oct 25, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pass arguments directly to ComplexHeatmap that override tidyheatmap

2 participants