8000 sync graph ref · theoryno3/python-api@b556cd4 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit b556cd4

Browse files
committed
sync graph ref
1 parent 9acf2aa commit b556cd4

File tree

2 files changed

+141
-9
lines changed

2 files changed

+141
-9
lines changed

plotly/graph_reference/graph_objs_meta.json

Lines changed: 140 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,17 +2334,41 @@
23342334
"required": false,
23352335
"description": "Links a dictionary-like object defining the parameters of the ticks' font."
23362336
},
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+
},
23372343
"exponentformat": {
23382344
"key_type": "style",
23392345
"val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'",
23402346
"required": false,
23412347
"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)."
23422348
},
2343-
"showexponent": {
2349+
"showtickprefix": {
23442350
"key_type": "style",
23452351
"val_types": "'all' | 'first' | 'last' | 'none'",
23462352
"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."
23482372
},
23492373
"x": {
23502374
"key_type": "plot_info",
@@ -2708,17 +2732,53 @@
27082732
"required": false,
27092733
"description": "Links a dictionary-like object defining the parameters of the ticks' font."
27102734
},
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+
},
27112741
"exponentformat": {
27122742
"key_type": "style",
27132743
"val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'",
27142744
"required": false,
27152745
"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)."
27162746
},
2717-
"showexponent": {
2747+
"showtickprefix": {
27182748
"key_type": "style",
27192749
"val_types": "'all' | 'first' | 'last' | 'none'",
27202750
"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."
27222782
},
27232783
"mirror": {
27242784
"key_type": "style",
@@ -2999,17 +3059,53 @@
29993059
"required": false,
30003060
"description": "Links a dictionary-like object defining the parameters of the ticks' font."
30013061
},
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+
},
30023068
"exponentformat": {
30033069
"key_type": "style",
30043070
"val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'",
30053071
"required": false,
30063072
"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)."
30073073
},
3008-
"showexponent": {
3074+
"showtickprefix": {
30093075
"key_type": "style",
30103076
"val_types": "'all' | 'first' | 'last' | 'none'",
30113077
"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."
30133109
},
30143110
"mirror": {
30153111
"key_type": "style",
@@ -3520,17 +3616,53 @@
35203616
"required": false,
35213617
"description": "Links a dictionary-like object defining the parameters of the ticks' font."
35223618
},
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+
},
35233625
"exponentformat": {
35243626
"key_type": "style",
35253627
"val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'",
35263628
"required": false,
35273629
"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)."
35283630
},
3529-
"showexponent": {
3631+
"showtickprefix": {
35303632
"key_type": "style",
35313633
"val_types": "'all' | 'first' | 'last' | 'none'",
35323634
"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."
35343666
},
35353667
"mirror": {
35363668
"key_type": "style",

submodules/graph_reference

Submodule graph_reference updated from 11e8c49 to c477023

0 commit comments

Comments
 (0)
0