Skip to content

Commit

Permalink
fix: coord_fix_ratio passing
Browse files Browse the repository at this point in the history
- fixes [#972](drieslab/Giotto#972) by kaizen89
  • Loading branch information
jiajic committed Sep 6, 2024
1 parent dacff9f commit dcf1fa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- `gpsparam()` for generating an object containing plot saving parameters
- `cowplot::plot_grid()` re-exported

## bug fixes
- fix `coord_fix_ratio` passing in `spatFeatPlot2D()` [#972](https://github.com/drieslab/Giotto/issues/972) by kaizen89

# GiottoVisuals 0.2.4 (2024/07/26)

## enhancements
Expand Down
4 changes: 2 additions & 2 deletions R/vis_spatial_gg.R
Original file line number Diff line number Diff line change
Expand Up @@ -3011,8 +3011,8 @@ spatFeatPlot2D <- function(gobject,
# [grid aes]
"show_grid", "grid_color", "spatial_grid_name",
# [figure params]
"show_legend", "legend_text", "background_color", "axis_text",
"axis_title",
"coord_fix_ratio", "show_legend", "legend_text", "background_color",
"axis_text", "axis_title",
"cow_n_col", "cow_rel_h", "cow_rel_w", "cow_align",
# [return params]
"show_plot", "return_plot", "save_plot", "save_param",
Expand Down

0 comments on commit dcf1fa8

Please sign in to comment.