Relative Content

Tag Archive for pythonmatplotlibpdfexportobsidian

Displaying matplotlib.pyplot figure in an .pdf exported from Obsidian note

Obsidian has plugins for executing code which work fine in the software, but when I tried exporting the note to a .pdf file, only the raw code is exported without the figures it is supposed to produce and display, as seen in this image, text starts immediately after a code block instead of the diagram being displayed:Code block problem