Commit 29ec269
committed
Small unrelated cleanups.
- In missing_references.py, splitting on ":" will work even if ":" is
not in the string.
- Just a linewrap in backend_pdf.
- In backend_ps, we can just printout the whole psDefs in a single shot.
(the few extra spaces not stripped out don't affect the validity of
the PS file and if we *really* worry about the tiny impact on the file
size we should just pre-strip the contents of psDefs).
- rcsetup.validate_sketch is really just validating that its input is
None or three floats.1 parent 9a24fb7 commit 29ec269
4 files changed
Lines changed: 7 additions & 16 deletions
File tree
- doc/sphinxext
- lib/matplotlib
- backends
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
| 142 | + | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
542 | | - | |
| 541 | + | |
543 | 542 | | |
544 | 543 | | |
545 | 544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
| 919 | + | |
923 | 920 | | |
924 | 921 | | |
925 | 922 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
711 | 708 | | |
712 | 709 | | |
713 | 710 | | |
| |||
0 commit comments