|
2334 | 2334 | "required": false,
|
2335 | 2335 | "description": "Links a dictionary-like object defining the parameters of the ticks' font."
|
2336 | 2336 | },
|
| 2337 | + "showexponent": { |
| 2338 | + "key_type": "style", |
| 2339 | + "val_types": "'all' | 'first' | 'last' | 'none'", |
| 2340 | + "required": false, |
| 2341 | + "description": "If set to 'all', ALL exponents will be shown appended to their significands. If set to 'first', the first tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'last', the last tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'none', no exponents will appear, only the significands." |
| 2342 | + }, |
2337 | 2343 | "exponentformat": {
|
2338 | 2344 | "key_type": "style",
|
2339 | 2345 | "val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'",
|
2340 | 2346 | "required": false,
|
2341 | 2347 | "description": "Sets how exponents show up. Here's how the number 1000000000 (1 billion) shows up in each. If set to 'none': 1,000,000,000. If set to 'e': 1e+9. If set to 'E': 1E+9. If set to 'power': 1x10^9 (where the 9 will appear super-scripted). If set to 'SI': 1G. If set to 'B': 1B (useful when referring to currency)."
|
2342 | 2348 | },
|
2343 |
| - "showexponent": { |
| 2349 | + "showtickprefix": { |
2344 | 2350 | "key_type": "style",
|
2345 | 2351 | "val_types": "'all' | 'first' | 'last' | 'none'",
|
2346 | 2352 | "required": false,
|
2347 |
| - "description": "If set to 'all', ALL exponents will be shown appended to their significands. If set to 'first', the first tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'last', the last tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'none', no exponents will appear, only the significands." |
| 2353 | + "description": "Same as 'showexponent' but for tick prefixes." |
| 2354 | + }, |
| 2355 | + "tickprefix": { |
| 2356 | + "key_type": "style", |
| 2357 | + "val_types": "a string", |
| 2358 | + "required": false, |
| 2359 | + "description": "Tick prefix." |
| 2360 | + }, |
| 2361 | + "showticksuffix": { |
| 2362 | + "key_type": "style", |
| 2363 | + "val_types": "'all' | 'first' | 'last' | 'none'", |
| 2364 | + "required": false, |
| 2365 | + "description": "Same as 'showexponent' but for tick suffixes." |
| 2366 | + }, |
| 2367 | + "ticksuffix": { |
| 2368 | + "key_type": "style", |
| 2369 | + "val_types": "a string", |
| 2370 | + "required": false, |
| 2371 | + "description": "Tick suffix." |
2348 | 2372 | },
|
2349 | 2373 | "x": {
|
2350 | 2374 | "key_type": "plot_info",
|
|
2708 | 2732 | "required": false,
|
2709 | 2733 | "description": "Links a dictionary-like object defining the parameters of the ticks' font."
|
2710 | 2734 | },
|
| 2735 | + "showexponent": { |
| 2736 | + "key_type": "style", |
| 2737 | + "val_types": "'all' | 'first' | 'last' | 'none'", |
| 2738 | + "required": false, |
| 2739 | + "description": "If set to 'all', ALL exponents will be shown appended to their significands. If set to 'first', the first tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'last', the last tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'none', no exponents will appear, only the significands." |
| 2740 | + }, |
2711 | 2741 | "exponentformat": {
|
2712 | 2742 | "key_type": "style",
|
2713 | 2743 | "val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'",
|
2714 | 2744 | "required": false,
|
2715 | 2745 | "description": "Sets how exponents show up. Here's how the number 1000000000 (1 billion) shows up in each. If set to 'none': 1,000,000,000. If set to 'e': 1e+9. If set to 'E': 1E+9. If set to 'power': 1x10^9 (where the 9 will appear super-scripted). If set to 'SI': 1G. If set to 'B': 1B (useful when referring to currency)."
|
2716 | 2746 | },
|
2717 |
| - "showexponent": { |
| 2747 | + "showtickprefix": { |
2718 | 2748 | "key_type": "style",
|
2719 | 2749 | "val_types": "'all' | 'first' | 'last' | 'none'",
|
2720 | 2750 | "required": false,
|
2721 |
| - "description": "If set to 'all', ALL exponents will be shown appended to their significands. If set to 'first', the first tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'last', the last tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'none', no exponents will appear, only the significands." |
| 2751 | + "description": "Same as 'showexponent' but for tick prefixes." |
| 2752 | + }, |
| 2753 | + "tickprefix": { |
| 2754 | + "key_type": "style", |
| 2755 | + "val_types": "a string", |
| 2756 | + "required": false, |
| 2757 | + "description": "Tick prefix." |
| 2758 | + }, |
| 2759 | + "showticksuffix": { |
| 2760 | + "key_type": "style", |
| 2761 | + "val_types": "'all' | 'first' | 'last' | 'none'", |
| 2762 | + "required": false, |
| 2763 | + "description": "Same as 'showexponent' but for tick suffixes." |
| 2764 | + }, |
| 2765 | + "ticksuffix": { |
| 2766 | + "key_type": "style", |
| 2767 | + "val_types": "a string", |
| 2768 | + "required": false, |
| 2769 | + "description": "Tick suffix." |
| 2770 | + }, |
| 2771 | + "tickformat": { |
| 2772 | + "key_type": "style", |
| 2773 | + "val_types": "a string", |
| 2774 | + "required": false, |
| 2775 | + "description": "Custom tick datetime formatting." |
| 2776 | + }, |
| 2777 | + "hoverformat": { |
| 2778 | + "key_type": "style", |
| 2779 | + "val_types": "a string", |
| 2780 | + "required": false, |
| 2781 | + "description": "Custom hover datetime formatting." |
2722 | 2782 | },
|
2723 | 2783 | "mirror": {
|
2724 | 2784 | "key_type": "style",
|
|
2999 | 3059 | "required": false,
|
3000 | 3060 | "description": "Links a dictionary-like object defining the parameters of the ticks' font."
|
3001 | 3061 | },
|
| 3062 | + "showexponent": { |
| 3063 | + "key_type": "style", |
| 3064 | + "val_types": "'all' | 'first' | 'last' | 'none'", |
| 3065 | + "required": false, |
| 3066 | + "description": "If set to 'all', ALL exponents will be shown appended to their significands. If set to 'first', the first tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'last', the last tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'none', no exponents will appear, only the significands." |
| 3067 | + }, |
3002 | 3068 | "exponentformat": {
|
3003 | 3069 | "key_type": "style",
|
3004 | 3070 | "val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'",
|
3005 | 3071 | "required": false,
|
3006 | 3072 | "description": "Sets how exponents show up. Here's how the number 1000000000 (1 billion) shows up in each. If set to 'none': 1,000,000,000. If set to 'e': 1e+9. If set to 'E': 1E+9. If set to 'power': 1x10^9 (where the 9 will appear super-scripted). If set to 'SI': 1G. If set to 'B': 1B (useful when referring to currency)."
|
3007 | 3073 | },
|
3008 |
| - "showexponent": { |
| 3074 | + "showtickprefix": { |
3009 | 3075 | "key_type": "style",
|
3010 | 3076 | "val_types": "'all' | 'first' | 'last' | 'none'",
|
3011 | 3077 | "required": false,
|
3012 |
| - "description": "If set to 'all', ALL exponents will be shown appended to their significands. If set to 'first', the first tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'last', the last tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'none', no exponents will appear, only the significands." |
| 3078 | + "description": "Same as 'showexponent' but for tick prefixes." |
| 3079 | + }, |
| 3080 | + "tickprefix": { |
| 3081 | + "key_type": "style", |
| 3082 | + "val_types": "a string", |
| 3083 | + "required": false, |
| 3084 | + "description": "Tick prefix." |
| 3085 | + }, |
| 3086 | + "showticksuffix": { |
| 3087 | + "key_type": "style", |
| 3088 | + "val_types": "'all' | 'first' | 'last' | 'none'", |
| 3089 | + "required": false, |
| 3090 | + "description": "Same as 'showexponent' but for tick suffixes." |
| 3091 | + }, |
| 3092 | + "ticksuffix": { |
| 3093 | + "key_type": "style", |
| 3094 | + "val_types": "a string", |
| 3095 | + "required": false, |
| 3096 | + "description": "Tick suffix." |
| 3097 | + }, |
| 3098 | + "tickformat": { |
| 3099 | + "key_type": "style", |
| 3100 | + "val_types": "a string", |
| 3101 | + "required": false, |
| 3102 | + "description": "Custom tick datetime formatting." |
| 3103 | + }, |
| 3104 | + "hoverformat": { |
| 3105 | + "key_type": "style", |
| 3106 | + "val_types": "a string", |
| 3107 | + "required": false, |
| 3108 | + "description": "Custom hover datetime formatting." |
3013 | 3109 | },
|
3014 | 3110 | "mirror": {
|
3015 | 3111 | "key_type": "style",
|
|
3520 | 3616 | "required": false,
|
3521 | 3617 | "description": "Links a dictionary-like object defining the parameters of the ticks' font."
|
3522 | 3618 | },
|
| 3619 | + "showexponent": { |
| 3620 | + "key_type": "style", |
| 3621 | + "val_types": "'all' | 'first' | 'last' | 'none'", |
| 3622 | + "required": false, |
| 3623 | + "description": "If set to 'all', ALL exponents will be shown appended to their significands. If set to 'first', the first tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'last', the last tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'none', no exponents will appear, only the significands." |
| 3624 | + }, |
3523 | 3625 | "exponentformat": {
|
3524 | 3626 | "key_type": "style",
|
3525 | 3627 | "val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'",
|
3526 | 3628 | "required": false,
|
3527 | 3629 | "description": "Sets how exponents show up. Here's how the number 1000000000 (1 billion) shows up in each. If set to 'none': 1,000,000,000. If set to 'e': 1e+9. If set to 'E': 1E+9. If set to 'power': 1x10^9 (where the 9 will appear super-scripted). If set to 'SI': 1G. If set to 'B': 1B (useful when referring to currency)."
|
3528 | 3630 | },
|
3529 |
| - "showexponent": { |
| 3631 | + "showtickprefix": { |
3530 | 3632 | "key_type": "style",
|
3531 | 3633 | "val_types": "'all' | 'first' | 'last' | 'none'",
|
3532 | 3634 | "required": false,
|
3533 |
| - "description": "If set to 'all', ALL exponents will be shown appended to their significands. If set to 'first', the first tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'last', the last tick's exponent will be appended to its significand, however no other exponents will appear--only the significands. If set to 'none', no exponents will appear, only the significands." |
| 3635 | + "description": "Same as 'showexponent' but for tick prefixes." |
| 3636 | + }, |
| 3637 | + "tickprefix": { |
| 3638 | + "key_type": "style", |
| 3639 | + "val_types": "a string", |
| 3640 | + "required": false, |
| 3641 | + "description": "Tick prefix." |
| 3642 | + }, |
| 3643 | + "showticksuffix": { |
| 3644 | + "key_type": "style", |
| 3645 | + "val_types": "'all' | 'first' | 'last' | 'none'", |
| 3646 | + "required": false, |
| 3647 | + "description": "Same as 'showexponent' but for tick suffixes." |
| 3648 | + }, |
| 3649 | + "ticksuffix": { |
| 3650 | + "key_type": "style", |
| 3651 | + "val_types": "a string", |
| 3652 | + "required": false, |
| 3653 | + "description": "Tick suffix." |
| 3654 | + }, |
| 3655 | + "tickformat": { |
| 3656 | + "key_type": "style", |
| 3657 | + "val_types": "a string", |
| 3658 | + "required": false, |
| 3659 | + "description": "Custom tick datetime formatting." |
| 3660 | + }, |
| 3661 | + "hoverformat": { |
| 3662 | + "key_type": "style", |
| 3663 | + "val_types": "a string", |
| 3664 | + "required": false, |
| 3665 | + "description": "Custom hover datetime formatting." |
3534 | 3666 | },
|
3535 | 3667 | "mirror": {
|
3536 | 3668 | "key_type": "style",
|
|
0 commit comments