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

How to combine multiple textplots to one graph? #6

Open
yuanzhouIR opened this issue Jul 15, 2019 · 1 comment
Open

How to combine multiple textplots to one graph? #6

yuanzhouIR opened this issue Jul 15, 2019 · 1 comment

Comments

@yuanzhouIR
Copy link

In the basic R plot, we can use par(mfrow = c(1, 2)) to arrange two graphs in one page. However, it does not work on textplot_wordcloud(). What should I do to juxtapose two wordclouds? Specifically, if I have p1 <- textplot_wordcloud(dfm1) and p1 <- textplot_wordcloud(dfm2), can I put them in one graph with p1 on the left and p2 on the right?

@TianzhuQin
Copy link

I have the same issue with yuanzhou, and really expect this feature.

@kbenoit kbenoit transferred this issue from quanteda/quanteda Nov 28, 2020
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

No branches or pull requests

2 participants