-
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? Specificall…
-
part of the textplot pkg
-
My LSS and newsmap package uses textmodel methods such as `as.coefficients_textmodel()` and `textplot_scale1d()`, but I do not want to add **quanteda.textmodels** to their dependency. How about bringi…
-
In relation to quanteda/quanteda#1461, we haven't defined how to deal with an asymmetric fcm. Probably, the lower triangle is ignored in the conversion:
https://github.com/quanteda/quanteda/blob/fe…
-
Not sure if there's anything from http://syzygy.virtualave.net/webwork/javascript/plotter.htm that can be of use to TextPlot.jl, but I thought I'd at least make a mention of it.
Particularly, they s…
-
To use an older script I am learning about the 3.0 version of `quanteda` and its companion packages.
I see that `textplot_xray.R` raises the following warning:
> Use of `x$ntokens` is discourage…
-
```python
from sympy import *
x = Symbol('x')
plot(sin(x), (x, 0, 1), backend="text")
```
Gives the error
`TypeError: float() argument must be a string or a real number, not 'complex'`
A…
-
- [ ] allow to pass a list of integers instead of tokens to the word2vec function
- [ ] see how to remove the embedding of ` `
- [ ] abandon file-based approach
- [ ] speed up for Xptr's like quant…
-
## Describe the bug
I would like to create a wordcloud in which the most used words are displayed by groups. Unfortunately, the maximum number of words is not evenly split between the groups like i…
-
It would be sooo cool to have animated drawille graphs that change while the module is running.
Imagine this but animated:
![](https://github.com/tammoippen/plotille/raw/master/imgs/figure.png)