Commit c4613f8
committed
pgf: Pass PDF metadata via pdfinfo option.
This takes keys that match the PDF specification instead of lower-case,
'pdf'-prefixed keys, so is a bit simpler. Also, deprecate ability to
accept key case-insensitively, as that is not done in the PDF backend.1 parent e53a00c commit c4613f8
3 files changed
Lines changed: 33 additions & 11 deletions
File tree
- doc/api/api_changes_3.3
- lib/matplotlib
- backends
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | | - | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
1021 | 1034 | | |
1022 | 1035 | | |
1023 | 1036 | | |
| |||
1028 | 1041 | | |
1029 | 1042 | | |
1030 | 1043 | | |
1031 | | - | |
1032 | | - | |
| 1044 | + | |
| 1045 | + | |
1033 | 1046 | | |
1034 | 1047 | | |
1035 | | - | |
1036 | | - | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
1037 | 1051 | | |
1038 | | - | |
1039 | | - | |
1040 | 1052 | | |
1041 | 1053 | | |
1042 | 1054 | | |
1043 | 1055 | | |
1044 | 1056 | | |
1045 | 1057 | | |
1046 | | - | |
| 1058 | + | |
1047 | 1059 | | |
1048 | 1060 | | |
1049 | 1061 | | |
1050 | 1062 | | |
1051 | | - | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
1052 | 1066 | | |
1053 | 1067 | | |
1054 | 1068 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments