|
5195 | 5195 | "min": 0,
|
5196 | 5196 | "valType": "number"
|
5197 | 5197 | },
|
| 5198 | + "minorloglabels": { |
| 5199 | + "description": "Determines how minor log labels are displayed. If *small digits*, small digits i.e. 2 or 5 are displayed. If *exponential*, exponential notation is applied. If *scientific*, scientific notation is applied. If *metric*, SI-prefix with one significant digits are displayed.", |
| 5200 | + "dflt": "small digits", |
| 5201 | + "editType": "plot", |
| 5202 | + "valType": "enumerated", |
| 5203 | + "values": [ |
| 5204 | + "small digits", |
| 5205 | + "exponential", |
| 5206 | + "scientific", |
| 5207 | + "metric" |
| 5208 | + ] |
| 5209 | + }, |
5198 | 5210 | "nticks": {
|
5199 | 5211 | "description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.",
|
5200 | 5212 | "dflt": 0,
|
|
5892 | 5904 | "min": 0,
|
5893 | 5905 | "valType": "number"
|
5894 | 5906 | },
|
| 5907 | + "minorloglabels": { |
| 5908 | + "description": "Determines how minor log labels are displayed. If *small digits*, small digits i.e. 2 or 5 are displayed. If *exponential*, exponential notation is applied. If *scientific*, scientific notation is applied. If *metric*, SI-prefix with one significant digits are displayed.", |
| 5909 | + "dflt": "small digits", |
| 5910 | + "editType": "plot", |
| 5911 | + "valType": "enumerated", |
| 5912 | + "values": [ |
| 5913 | + "small digits", |
| 5914 | + "exponential", |
| 5915 | + "scientific", |
| 5916 | + "metric" |
| 5917 | + ] |
| 5918 | + }, |
5895 | 5919 | "nticks": {
|
5896 | 5920 | "description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.",
|
5897 | 5921 | "dflt": 0,
|
|
13905 | 13929 | "valType": "number"
|
13906 | 13930 | }
|
13907 | 13931 | },
|
| 13932 | + "minorloglabels": { |
| 13933 | + "description": "Determines how minor log labels are displayed. If *small digits*, small digits i.e. 2 or 5 are displayed. If *exponential*, exponential notation is applied. If *scientific*, scientific notation is applied. If *metric*, SI-prefix with one significant digits are displayed.", |
| 13934 | + "dflt": "small digits", |
| 13935 | + "editType": "calc", |
| 13936 | + "valType": "enumerated", |
| 13937 | + "values": [ |
| 13938 | + "small digits", |
| 13939 | + "exponential", |
| 13940 | + "scientific", |
| 13941 | + "metric" |
| 13942 | + ] |
| 13943 | + }, |
13908 | 13944 | "mirror": {
|
13909 | 13945 | "description": "Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area. If *true*, the axis lines are mirrored. If *ticks*, the axis lines and ticks are mirrored. If *false*, mirroring is disable. If *all*, axis lines are mirrored on all shared-axes subplots. If *allticks*, axis lines and ticks are mirrored on all shared-axes subplots.",
|
13910 | 13946 | "dflt": false,
|
|
15466 | 15502 | "valType": "number"
|
15467 | 15503 | }
|
15468 | 15504 | },
|
| 15505 | + "minorloglabels": { |
| 15506 | + "description": "Determines how minor log labels are displayed. If *small digits*, small digits i.e. 2 or 5 are displayed. If *exponential*, exponential notation is applied. If *scientific*, scientific notation is applied. If *metric*, SI-prefix with one significant digits are displayed.", |
| 15507 | + "dflt": "small digits", |
| 15508 | + "editType": "calc", |
| 15509 | + "valType": "enumerated", |
| 15510 | + "values": [ |
| 15511 | + "small digits", |
| 15512 | + "exponential", |
| 15513 | + "scientific", |
| 15514 | + "metric" |
| 15515 | + ] |
| 15516 | + }, |
15469 | 15517 | "mirror": {
|
15470 | 15518 | "description": "Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area. If *true*, the axis lines are mirrored. If *ticks*, the axis lines and ticks are mirrored. If *false*, mirroring is disable. If *all*, axis lines are mirrored on all shared-axes subplots. If *allticks*, axis lines and ticks are mirrored on all shared-axes subplots.",
|
15471 | 15519 | "dflt": false,
|
|
0 commit comments