-
Thank you for the very useful package. I've been able to use it to convert some old Sweave vignettes from `PerformanceAnalytics`, but it fails on others.
All the vignettes that fail fail with erro…
-
```
In [4]: textplot(t/(t-1), 0-20, 20)
12 |
|
| …
-
Importation error. Here are the command entered:
```bash
marie@marie-macbookpro121: $ python3 -m venv env
marie@marie-macbookpro121: $ . env/bin/activate
(env) marie@marie-macbookpro121: $ pip ins…
-
``` r
require(udpipe)
#> Loading required package: udpipe
require(textplot)
#> Loading required package: textplot
##m_eng_ewt
-
[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version…
-
```julia
(@v1.7) pkg> add TextPlots
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
ERROR: The following package names…
-
Hi
I updated my dependencies recently and code which was previously working on textplots 0.5.0 is no longer working on textplots 0.5.4
My problem is essentially that I want to break up the metho…
-
My problem - the table has more rows that can fit to one page, and R simply cropps all the rows that doesn't fit the first page.
My table("sorted_uni_table") looks like this:
![image](https://cloud.…
-
If we treat a similarity matrix as a type of adjacency matrix, we can plot a semantic network using `textplot_network()` in a few steps. Why don't we make this an official function?
```r
require(q…
-
Hi,
Is it possible to highligth one (or several) feature and its edges in a network, something like :
textplot_network(net,...,vertex_labelsize[feat]=10) or
textplot_network(net,...,toupper(vertex_…