|
1 | 1 | Configuration (rcParams) |
2 | 2 | ------------------------ |
3 | 3 |
|
4 | | -+----------------------------+--------------------------------------------------+ |
5 | | -| Parameter | Description | |
6 | | -+============================+==================================================+ |
7 | | -|`date.autoformatter.year` | foramt string for 'year' scale dates | |
8 | | -+----------------------------+--------------------------------------------------+ |
9 | | -|`date.autoformatter.month` | format string for 'month' scale dates | |
10 | | -+----------------------------+--------------------------------------------------+ |
11 | | -|`date.autoformatter.day` | format string for 'day' scale dates | |
12 | | -+----------------------------+--------------------------------------------------+ |
13 | | -|`date.autoformatter.hour` | format string for 'hour' scale times | |
14 | | -+----------------------------+--------------------------------------------------+ |
15 | | -|`date.autoformatter.minute` | format string for 'minute' scale times | |
16 | | -+----------------------------+--------------------------------------------------+ |
17 | | -|`date.autoformatter.second` | format string for 'second' scale times | |
18 | | -+----------------------------+--------------------------------------------------+ |
19 | | -|`scatter.marker` | default marker for scatter plot | |
20 | | -+----------------------------+--------------------------------------------------+ |
21 | | -|`svg.hashsalt` | see note | |
22 | | -+----------------------------+--------------------------------------------------+ |
| 4 | ++---------------------------------+--------------------------------------------------+ |
| 5 | +| Parameter | Description | |
| 6 | ++=================================+==================================================+ |
| 7 | +|`date.autoformatter.year` | foramt string for 'year' scale dates | |
| 8 | ++---------------------------------+--------------------------------------------------+ |
| 9 | +|`date.autoformatter.month` | format string for 'month' scale dates | |
| 10 | ++---------------------------------+--------------------------------------------------+ |
| 11 | +|`date.autoformatter.day` | format string for 'day' scale dates | |
| 12 | ++---------------------------------+--------------------------------------------------+ |
| 13 | +|`date.autoformatter.hour` | format string for 'hour' scale times | |
| 14 | ++---------------------------------+--------------------------------------------------+ |
| 15 | +|`date.autoformatter.minute` | format string for 'minute' scale times | |
| 16 | ++---------------------------------+--------------------------------------------------+ |
| 17 | +|`date.autoformatter.second` | format string for 'second' scale times | |
| 18 | ++---------------------------------+--------------------------------------------------+ |
| 19 | +|`date.autoformatter.microsecond` | format string for 'microsecond' scale times | |
| 20 | ++---------------------------------+--------------------------------------------------+ |
| 21 | +|`scatter.marker` | default marker for scatter plot | |
| 22 | ++---------------------------------+--------------------------------------------------+ |
| 23 | +|`svg.hashsalt` | see note | |
| 24 | ++---------------------------------+--------------------------------------------------+ |
23 | 25 |
|
24 | 26 | Added ``svg.hashsalt`` key to rcParams |
25 | 27 | ``````````````````````````````````````` |
|
0 commit comments