DiagrammeRsvg
DiagrammeRsvg copied to clipboard
A utility package for providing SVG export to DiagrammeR graph diagrams
@rich-iannone V8 is broken for some systems, and where not, it is a heavy dependency to build. Avoiding it is desirable.
This is a really useful package. I've been [experimenting](https://ucanr-igis.github.io/tech_notes/embed-diagrammer.html) with different ways to use `export_svg()` to embed a DiagrammeR diagram in a Rmarkdown HTML document, such that I can control...
Hi Rich, Thanks for your wonderful packages DiagrammeR and DiagrammeRsvg packages! I recently noticed this message when calling `export_svg` `:1919791: Invalid asm.js: Function definition doesn't match use` The same issue...
On the manual you say export_svg(grViz('digraph{a->b; c->a; c->b; c->d;}')) or but how I save it to a svg file?
Hi, Rich. Thanks for creating this package. Would it be possible to add an argument to export_svg to increment the svg width? Some of my node labels are longer than...
using Diagramme and DiagrammeRsvg to output a flow chart in Rmarkdown to pdf. seems I have it working but the export_svg also outputs "pre-main prep time: 3 ms" which is...
If there is a need to polish the drawing, for example using Inkscape, the connectors will need to be remade from scratch, and that is a lot of work. Using...