|
342 | 342 | ),
|
343 | 343 | 'formatter.timerotation': (
|
344 | 344 | 90,
|
345 |
| - 'Float, indicates the default *x* axis tick label rotation ' |
346 |
| - 'for datetime tick labels.' |
| 345 | + 'Float, indicates the rotation in degrees for *x* axis datetime tick labels.' |
347 | 346 | ),
|
348 | 347 | 'formatter.zerotrim': (
|
349 | 348 | True,
|
|
403 | 402 | 'black',
|
404 | 403 | 'Font color for column labels on the bottom of the figure.'
|
405 | 404 | ),
|
| 405 | + 'bottomlabel.pad': ( |
| 406 | + '0.3em', |
| 407 | + 'Padding between axes content and column labels on the bottom of the figure. ' |
| 408 | + + _addendum_units |
| 409 | + ), |
| 410 | + 'bottomlabel.rotation': ( |
| 411 | + 0, |
| 412 | + 'Float, indicates the rotation in degrees for column labels ' |
| 413 | + 'at the bottom of the figure.' |
| 414 | + ), |
406 | 415 | 'bottomlabel.size': (
|
407 | 416 | TITLESIZE,
|
408 | 417 | 'Font size for column labels on the bottom of the figure.'
|
|
411 | 420 | 'bold',
|
412 | 421 | 'Font weight for column labels on the bottom of the figure.'
|
413 | 422 | ),
|
414 |
| - 'bottomlabel.pad': ( |
415 |
| - '0.3em', |
416 |
| - 'Padding between axes content and column labels on the bottom of the figure. ' |
417 |
| - + _addendum_units |
418 |
| - ), |
419 | 423 |
|
420 | 424 | # Special cartopy settings
|
421 | 425 | 'cartopy.autoextent': (
|
|
696 | 700 | 'black',
|
697 | 701 | 'Font color for row labels on the left-hand side.'
|
698 | 702 | ),
|
| 703 | + 'leftlabel.pad': ( |
| 704 | + '0.6em', |
| 705 | + 'Padding between axes content and row labels on the left-hand side. ' |
| 706 | + + _addendum_units |
| 707 | + ), |
| 708 | + 'leftlabel.rotation': ( |
| 709 | + 90, |
| 710 | + 'Float, indicates the rotation in degrees for row labels ' |
| 711 | + 'on the left-hand side.' |
| 712 | + ), |
699 | 713 | 'leftlabel.size': (
|
700 | 714 | TITLESIZE,
|
701 | 715 | 'Font size for row labels on the left-hand side.'
|
|
704 | 718 | 'bold',
|
705 | 719 | 'Font weight for row labels on the left-hand side.'
|
706 | 720 | ),
|
707 |
| - 'leftlabel.pad': ( |
708 |
| - '0.6em', |
709 |
| - 'Padding between axes content and row labels on the left-hand side. ' |
710 |
| - + _addendum_units |
711 |
| - ), |
712 | 721 |
|
713 | 722 | # Edge width bulk setting
|
714 | 723 | 'linewidth': (
|
|
765 | 774 | 'black',
|
766 | 775 | 'Font color for row labels on the right-hand side.'
|
767 | 776 | ),
|
| 777 | + 'rightlabel.pad': ( |
| 778 | + '0.6em', |
| 779 | + 'Padding between axes content and row labels on the right-hand side. ' |
| 780 | + + _addendum_units |
| 781 | + ), |
| 782 | + 'rightlabel.rotation': ( |
| 783 | + 90, |
| 784 | + 'Float, indicates the rotation in degrees for row labels ' |
| 785 | + 'on the right-hand side.' |
| 786 | + ), |
768 | 787 | 'rightlabel.size': (
|
769 | 788 | TITLESIZE,
|
770 | 789 | 'Font size for row labels on the right-hand side.'
|
|
773 | 792 | 'bold',
|
774 | 793 | 'Font weight for row labels on the right-hand side.'
|
775 | 794 | ),
|
776 |
| - 'rightlabel.pad': ( |
777 |
| - '0.6em', |
778 |
| - 'Padding between axes content and row labels on the right-hand side. ' |
779 |
| - + _addendum_units |
780 |
| - ), |
781 | 795 |
|
782 | 796 | # River lines
|
783 | 797 | 'rivers': (
|
|
985 | 999 | 'black',
|
986 | 1000 | 'Font color for column labels on the top of the figure.'
|
987 | 1001 | ),
|
| 1002 | + 'toplabel.pad': ( |
| 1003 | + '0.3em', |
| 1004 | + 'Padding between axes content and column labels on the top of the figure. ' |
| 1005 | + + _addendum_units |
| 1006 | + ), |
| 1007 | + 'toplabel.rotation': ( |
| 1008 | + 0, |
| 1009 | + 'Float, indicates the rotation in degrees for column labels ' |
| 1010 | + 'at the top of the figure.' |
| 1011 | + ), |
988 | 1012 | 'toplabel.size': (
|
989 | 1013 | TITLESIZE,
|
990 | 1014 | 'Font size for column labels on the top of the figure.'
|
|
993 | 1017 | 'bold',
|
994 | 1018 | 'Font weight for column labels on the top of the figure.'
|
995 | 1019 | ),
|
996 |
| - 'toplabel.pad': ( |
997 |
| - '0.3em', |
998 |
| - 'Padding between axes content and column labels on the top of the figure. ' |
999 |
| - + _addendum_units |
1000 |
| - ), |
1001 | 1020 | }
|
1002 | 1021 |
|
1003 | 1022 | # Child settings -- changing the parent changes all the children, but changing
|
|
0 commit comments