Questions tagged [nomnoml]

4 questions
1
vote
1 answer

calling tsuml2 --glob npm package throws a ParseError message on my angular project

I have an angular application I'm trying to run against tsuml2 (version 0.10.0), and am experiencing an issue when I run the following command: tsuml2 --glob "./src/**/!(*.d|*.spec).ts" It appears there's an issue in the nomnoml library with the…
Eyeless Whim
  • 273
  • 1
  • 2
  • 11
1
vote
2 answers

how to add greek letters to nomnoml diagram in R

I am using the nomnoml package to create diagrams in combination with rmarkdown. How can I add greek letters to my arrows? I have naively tried the following --- title: "Nomnoml Diagram" output: html_document --- ```{r setup,…
Doctor G
  • 163
  • 9
1
vote
1 answer

Add flowchart or graph to Rmarkdown document that knits to word_document (docx)

I want to add a flowchart (graph) to an Rmarkdown document I am creating. The flowchart needs to include numbers that are calculated by some R code. I have installed both the DiagrammeR and nomnoml packages as they look like either of them might be…
jamse
  • 344
  • 2
  • 14
1
vote
0 answers

Using nomnoml within jupyter notebook

I'd like to draw UML diagrams within jupyter and I've been trying to achieve this using nomnoml with one of the jupyter magics %%javascript or %%html but I can't seem to get it to render. For instance using this simple example from…
jayveesea
  • 2,886
  • 13
  • 25