Commit e12db8d
authored
Add get/set methods for DPI in SubFigure
This fixes the following error:
matplotlib\lib\text.py line 1489, dop = self.figure.get_dpi()/72. AttributeError: 'SubFigure' object has no attribute 'get_dpi'.
Effect: in v3.5.2 it is not possible to save a figure with a subfigure to a PDF.1 parent 37cf8e4 commit e12db8d
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2045 | 2045 | | |
2046 | 2046 | | |
2047 | 2047 | | |
| 2048 | + | |
| 2049 | + | |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
| 2060 | + | |
| 2061 | + | |
| 2062 | + | |
2048 | 2063 | | |
2049 | 2064 | | |
2050 | 2065 | | |
| |||
0 commit comments