Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, there is no easy way to change figure sizes when using high-level visualization functions such as `plot_problem`. Generally, I'd prefer controlling plotting through matplotlib's `rcParams`, but this change provides at least some backwards-compatible means of changing figure sizes at a higher level by, e.g. `petab.visualize.plotting.DEFAULT_FIGSIZE = (8, 4)`.
- Loading branch information