pandoc-plot icon indicating copy to clipboard operation
pandoc-plot copied to clipboard

Render and include figures in Pandoc documents using your plotting toolkit of choice

Results 10 pandoc-plot issues
Sort by recently updated
recently updated
newest added

Hi, the diversity of the executables used make it quite a security concern, as they all have full-disk and network access. Now, an effective mitigation would be to put the...

enhancement

It would be very good to run PlantUML in a mode with minimal access privileges, in order to contain any potential security issues. Luckily, PlantUML provides readily available means for...

enhancement

Currently `pandoc-plot` shows the script when the program errors. Showing the error output instead would make it much faster to debug: one can just use `pandoc` as a single WYSIWYG...

Please support pikchr diagrams! You can install pikchr by downloading the .c file from (always gives latest version) and compiling it with `gcc -DPIKCHR_SHELL -o pikchr pikchr.c -lm`. Example script:...

enhancement

SankeyMatic gains popularity for describing partition and accounting flow. It is also open source: https://github.com/nowthis/sankeymatic

enhancement

While diversity is great feature, sometimes one would like to call `pandoc-plot` on Markdown of unknown origin. In such case it would be nice to have `--safe` option that disables...

enhancement

Request to add support for mermaid diagrams. UseCase: Take GitHub markdown with Mermaid diagrams and convert it to LaTeX for document generation.

enhancement

I was just experimenting for the first time with this phenomenal filter and noted the following problems: - the plotly library in R has deprecated the `orca` function for static...

documentation
help wanted

Is there a way to remove the caption from pdf output? When I try something similar to the following: ```{.graphviz} digraph G { a [label = "A"] b [label =...

Thank you for making this wonderful package available. As I mentioned in a [Slashdot question](https://stackoverflow.com/questions/79237858/efficient-access-to-data-in-a-series-of-transient-python-scripts) I have a use case that I wonder if it handles. I'd like to use...

question