Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting ggplots 'by column' with plot_grid() #161

Closed
Dicky3333 opened this issue Jul 30, 2020 · 0 comments · Fixed by #163
Closed

Plotting ggplots 'by column' with plot_grid() #161

Dicky3333 opened this issue Jul 30, 2020 · 0 comments · Fixed by #163

Comments

@Dicky3333
Copy link

Currently the plot_grid() function draws ggplots by row. It would be nice if the function accepts an additional boolean parameter say 'byrow' (similar to the one in the matrix() function) and then plots ggplots either by row or by column. This would avoid users to go through an extra step of getting the plots in the desired order in the 'plotlist' argument.

Here is a link to the related discussion on stackoverflow.com:
https://stackoverflow.com/questions/63074633/draw-ggplots-in-the-plot-grid-by-column-plot-grid-function-of-the-cowplot-pa/63077508?noredirect=1#comment111656039_63077508

BrianLang added a commit to BrianLang/cowplot that referenced this issue Aug 19, 2020
- merged to master
- rebuilt documentation
- added visual test
- validated visual test
BrianLang added a commit to BrianLang/cowplot that referenced this issue Aug 19, 2020
- merged to master
- rebuilt documentation
- added visual test
- validated visual test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant