The Inline TikZ plugin renders TikZ, CircuiTikZ and PGFPlots diagrams from `tikz` code blocks inside notes, so drawings, circuit schematics and plotted figures can sit beside the text they belong to instead of being managed as separate files. It supports LaTeX package declarations within the block, which allows notes to load extras such as CircuitikZ before the diagram is compiled. Rendered output is stored in a `.tikz-cache/` folder in the vault, and desktop handles compilation and cache generation automatically. That cache can sync through the vault's sync service, including Obsidian Sync. On mobile, diagrams display from the existing cache, so uncached diagrams need to be opened on desktop first.
Obsidian plugins tagged with #plots. There are 2 plugins in this collection.
- Rank 113 days ago by Lachlan Harris
- Rank 2a year ago by Iván Mansilla
The JuliaPlots plugin lets you render mathematical graphs directly in your notes using the Julia programming language and the Plots.jl package. It supports both 2D and 3D functions with simple syntax, allowing you to plot multiple equations, overlay scatter points, and control ranges on each axis. Users can customise colours, line width, labels, titles, and even adapt plots for dark mode vaults. The plugin also provides default parameters that can be overridden per plot, making it flexible for quick sketches or detailed visualisations. Because everything is generated through Julia, you get smooth and precise rendering of functions, though large datasets may take longer to process.