Skip to content

Releases: ebenp/figpager

Added config option

26 Jan 02:43
5522719
Compare
Choose a tag to compare

Added support for the config option in an Figpager instance.
Syntax is config[section][subsection[option] = value

Fixed multipage PDF bug on new file

15 Dec 01:04
c0ed28a
Compare
Choose a tag to compare

This fixes a bug where new multipage PDFs were only one page due to not setting the multipage attribute when creating a new file.
Thanks to @gtdang for the contribution!

Moved report.ini to tests directory

15 Nov 15:56
48746ad
Compare
Choose a tag to compare
Moved example report.ini to tests and updated caption in README.md (#12)

* added new path to report.ini and updated tests.py to new path.
* Updated README.md to describe example figure

Add wspace and hspace options

10 Nov 12:47
6f4d925
Compare
Choose a tag to compare

Add wspace and hspace options.
test_7 tests this

Fix to correct advancing plots across pages using add_subplot

10 Nov 04:12
171d781
Compare
Choose a tag to compare

Fixes an issue when plots didn't advance in the second page off the first panel immediately.

Added draft keyword and tests

05 Nov 13:50
2e96fa2
Compare
Choose a tag to compare

Added draft keyword and tests. This keyword disables any draft labeling in the .ini file. Closes issue #3 .

Updated image link

11 Aug 22:23
8edfc20
Compare
Choose a tag to compare

Updated image link in readme

Update to 0.24

11 Aug 21:02
7e1eaf5
Compare
Choose a tag to compare

Updated version number to trigger pypi publish

README updates

11 Aug 20:57
bd2b09b
Compare
Choose a tag to compare

Updated LICENSE and image links
Updated version

Drop 3.6 support

11 Aug 18:41
71b4aba
Compare
Choose a tag to compare

Drop Python 3.6 support