Commit d4b5582
committed
Customizable figure size
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)`.1 parent 1aafa36 commit d4b5582
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
265 | | - | |
| 267 | + | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| |||
0 commit comments