pandoc-plot

Render and embed plots in Pandoc documents from code blocks

brewmacoslinux
Try with needOr install directly
Source

About

Render and include figures in Pandoc documents using many plotting toolkits

Commands

pandoc-plot

Examples

Convert markdown with plot code blocks to HTML with rendered figures$ pandoc-plot input.md -o output.html
Generate plots and embed them in a PDF document$ pandoc-plot input.md -o output.pdf
Process markdown file with specific plotting toolkit (e.g., matplotlib)$ pandoc-plot --keep-tmp input.md -o output.html