|
60 | 60 | 'geogrid.lonstep': ('grid.lonstep', '0.6'), |
61 | 61 | 'geogrid.rotatelabels': ('grid.rotatelabels', '0.6'), |
62 | 62 | 'share': ('subplots.share', '0.6'), |
63 | | - 'small': ('font.small', '0.6'), |
64 | | - 'large': ('font.large', '0.6'), |
| 63 | + 'small': ('text.labelsize', '0.6'), |
| 64 | + 'large': ('text.titlesize', '0.6'), |
65 | 65 | 'span': ('subplots.span', '0.6'), |
66 | 66 | 'tight': ('subplots.tight', '0.6'), |
67 | 67 | 'tick.labelpad': ('tick.pad', '0.6'), |
|
402 | 402 | 'The color of the background axes patch.' |
403 | 403 | ), |
404 | 404 |
|
405 | | - # Font setting |
| 405 | + # Font settings |
406 | 406 | 'font.name': ( |
407 | 407 | 'sans-serif', |
408 | 408 | "Alias for :rcraw:`font.family`. The default is ``'sans-serif'``." |
409 | 409 | ), |
410 | | - 'font.small': ( |
411 | | - 'medium', |
412 | | - 'Meta setting that changes ' |
413 | | - ':rcraw:`tick.labelsize`, :rcraw:`axes.labelsize`, :rcraw:`legend.fontsize`,' |
414 | | - "and :rcraw:`grid.labelsize` simultaneously. Default is ``'medium'``, i.e. " |
415 | | - 'the value of :rcraw:`font.size`.' + _addendum_fonts |
416 | | - ), |
417 | | - 'font.large': ( |
418 | | - 'med-large', |
419 | | - 'Meta setting that changes ' |
420 | | - ':rcraw:`abc.size`, :rcraw:`title.size`, :rcraw:`suptitle.size`, ' |
421 | | - 'and subplot label settings like :rcraw:`leftlabel.size` simultaneously. ' |
422 | | - "Default is ``'med-large'``, i.e. 1.1. times :rcraw:`font.size`." |
423 | | - + _addendum_fonts |
424 | | - ), |
425 | 410 |
|
426 | 411 | # Gridlines |
427 | 412 | 'grid': ( |
|
713 | 698 | 'Figure title font weight.' |
714 | 699 | ), |
715 | 700 |
|
| 701 | + # Text settings |
| 702 | + 'text.labelsize': ( |
| 703 | + 'medium', |
| 704 | + 'Meta setting that changes the label-like sizes ' |
| 705 | + ':rcraw:`tick.labelsize`, :rcraw:`axes.labelsize`, :rcraw:`legend.fontsize`,' |
| 706 | + "and :rcraw:`grid.labelsize`. Default is ``'medium'``, i.e. " |
| 707 | + 'the value of :rcraw:`font.size`.' + _addendum_fonts |
| 708 | + ), |
| 709 | + 'text.titlesize': ( |
| 710 | + 'med-large', |
| 711 | + 'Meta setting that changes the title-like sizes ' |
| 712 | + ':rcraw:`abc.size`, :rcraw:`title.size`, :rcraw:`suptitle.size`, ' |
| 713 | + 'and subplot label settings like :rcraw:`leftlabel.size`. ' |
| 714 | + "Default is ``'med-large'``, i.e. 1.1. times :rcraw:`font.size`." |
| 715 | + + _addendum_fonts |
| 716 | + ), |
| 717 | + |
716 | 718 | # Tick settings |
717 | 719 | 'tick.color': ( |
718 | 720 | COLOR, |
|
816 | 818 | 'axes.edgecolor', 'axes.labelcolor', |
817 | 819 | 'tick.labelcolor', 'hatch.color', 'xtick.color', 'ytick.color' |
818 | 820 | ), |
819 | | - 'font.small': ( # the 'small' fonts |
| 821 | + 'text.labelsize': ( # the 'small' fonts |
820 | 822 | 'tick.labelsize', 'xtick.labelsize', 'ytick.labelsize', |
821 | 823 | 'axes.labelsize', 'legend.fontsize', 'grid.labelsize' |
822 | 824 | ), |
823 | | - 'font.large': ( # the 'large' fonts |
| 825 | + 'text.titlesize': ( # the 'large' fonts |
824 | 826 | 'abc.size', 'figure.titlesize', |
825 | 827 | 'axes.titlesize', 'suptitle.size', 'title.size', |
826 | 828 | 'leftlabel.size', 'toplabel.size', |
|
0 commit comments