-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(combine): reads font from the "font.serif" matplotlib param by d…
…efault (#25) * feat(combine): reads font from the "font.serif" param by default This also adjusts the `convert` command to specify the DPI, allowing for much better control of the font size. The font size is also read from the matplotlib params. * test(combine): update font for easier testing * feat(combine): read DPI from matplotlib params * fix(combine): use dpi from figure if savefig is not set * docs(combine): update default description in the `using` method * test(combine): make tests pass
- Loading branch information
Showing
2 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters