pypdfplot icon indicating copy to clipboard operation
pypdfplot copied to clipboard

Pypdfplot uses pyplot to produce plots in PDF-format with the python script and data files embedded. The plot can be edited by changing filename from .pdf to .py and running the script again.

Results 7 pypdfplot issues
Sort by recently updated
recently updated
newest added

Hello Dirk ! I got the example gallery working on RADIS : https://radis.readthedocs.io/en/latest/auto_examples/index.html If you want I can set this up for pypdfplot, using all the examples in [/examples](https://github.com/dcmvdbekerom/pypdfplot/tree/master/examples)

(quick link to docs from GitHub)

Acrobat sometimes produces pdf's with xref-tables that can't be read by PyPDF4, the package that handles the PDF side of things. Looks like in this case the xref table itself...

Currently only keywords in the script are read. It would be good to have this control also in the command line.

Hi, I am encountering a FileNotFoundError when attempting to use the pypdfplot library in a Jupyter notebook. This issue arises when I try to save a matplotlib plot as a...