From b556cd43919979053df22ec054e8984b136cd3ac Mon Sep 17 00:00:00 2001 From: etpinard Date: Mon, 11 May 2015 11:03:29 -0400 Subject: [PATCH 1/2] sync graph ref --- plotly/graph_reference/graph_objs_meta.json | 148 ++++++++++++++++++-- submodules/graph_reference | 2 +- 2 files changed, 141 insertions(+), 9 deletions(-) diff --git a/plotly/graph_reference/graph_objs_meta.json b/plotly/graph_reference/graph_objs_meta.json index 66c235967cd..d30805c2552 100644 --- a/plotly/graph_reference/graph_objs_meta.json +++ b/plotly/graph_reference/graph_objs_meta.json @@ -2334,17 +2334,41 @@ "required": false, "description": "Links a dictionary-like object defining the parameters of the ticks' font." }, + "showexponent": { + "key_type": "style", + "val_types": "'all' | 'first' | 'last' | 'none'", + "required": false, + "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." + }, "exponentformat": { "key_type": "style", "val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'", "required": false, "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)." }, - "showexponent": { + "showtickprefix": { "key_type": "style", "val_types": "'all' | 'first' | 'last' | 'none'", "required": false, - "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." + "description": "Same as 'showexponent' but for tick prefixes." + }, + "tickprefix": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Tick prefix." + }, + "showticksuffix": { + "key_type": "style", + "val_types": "'all' | 'first' | 'last' | 'none'", + "required": false, + "description": "Same as 'showexponent' but for tick suffixes." + }, + "ticksuffix": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Tick suffix." }, "x": { "key_type": "plot_info", @@ -2708,17 +2732,53 @@ "required": false, "description": "Links a dictionary-like object defining the parameters of the ticks' font." }, + "showexponent": { + "key_type": "style", + "val_types": "'all' | 'first' | 'last' | 'none'", + "required": false, + "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." + }, "exponentformat": { "key_type": "style", "val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'", "required": false, "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)." }, - "showexponent": { + "showtickprefix": { "key_type": "style", "val_types": "'all' | 'first' | 'last' | 'none'", "required": false, - "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." + "description": "Same as 'showexponent' but for tick prefixes." + }, + "tickprefix": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Tick prefix." + }, + "showticksuffix": { + "key_type": "style", + "val_types": "'all' | 'first' | 'last' | 'none'", + "required": false, + "description": "Same as 'showexponent' but for tick suffixes." + }, + "ticksuffix": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Tick suffix." + }, + "tickformat": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Custom tick datetime formatting." + }, + "hoverformat": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Custom hover datetime formatting." }, "mirror": { "key_type": "style", @@ -2999,17 +3059,53 @@ "required": false, "description": "Links a dictionary-like object defining the parameters of the ticks' font." }, + "showexponent": { + "key_type": "style", + "val_types": "'all' | 'first' | 'last' | 'none'", + "required": false, + "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." + }, "exponentformat": { "key_type": "style", "val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'", "required": false, "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)." }, - "showexponent": { + "showtickprefix": { "key_type": "style", "val_types": "'all' | 'first' | 'last' | 'none'", "required": false, - "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." + "description": "Same as 'showexponent' but for tick prefixes." + }, + "tickprefix": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Tick prefix." + }, + "showticksuffix": { + "key_type": "style", + "val_types": "'all' | 'first' | 'last' | 'none'", + "required": false, + "description": "Same as 'showexponent' but for tick suffixes." + }, + "ticksuffix": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Tick suffix." + }, + "tickformat": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Custom tick datetime formatting." + }, + "hoverformat": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Custom hover datetime formatting." }, "mirror": { "key_type": "style", @@ -3520,17 +3616,53 @@ "required": false, "description": "Links a dictionary-like object defining the parameters of the ticks' font." }, + "showexponent": { + "key_type": "style", + "val_types": "'all' | 'first' | 'last' | 'none'", + "required": false, + "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." + }, "exponentformat": { "key_type": "style", "val_types": "'none' | 'e' | 'E' | 'power' | 'SI' | 'B'", "required": false, "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)." }, - "showexponent": { + "showtickprefix": { "key_type": "style", "val_types": "'all' | 'first' | 'last' | 'none'", "required": false, - "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." + "description": "Same as 'showexponent' but for tick prefixes." + }, + "tickprefix": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Tick prefix." + }, + "showticksuffix": { + "key_type": "style", + "val_types": "'all' | 'first' | 'last' | 'none'", + "required": false, + "description": "Same as 'showexponent' but for tick suffixes." + }, + "ticksuffix": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Tick suffix." + }, + "tickformat": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Custom tick datetime formatting." + }, + "hoverformat": { + "key_type": "style", + "val_types": "a string", + "required": false, + "description": "Custom hover datetime formatting." }, "mirror": { "key_type": "style", diff --git a/submodules/graph_reference b/submodules/graph_reference index 11e8c49c8e8..c477023ec16 160000 --- a/submodules/graph_reference +++ b/submodules/graph_reference @@ -1 +1 @@ -Subproject commit 11e8c49c8e8d9842fe2dbc7b3297c37d838c4606 +Subproject commit c477023ec160e1d08f50e17d06095412d837e960 From 3e3d29559d01f7138c1e57827da41e752d5a3256 Mon Sep 17 00:00:00 2001 From: etpinard Date: Mon, 11 May 2015 11:03:43 -0400 Subject: [PATCH 2/2] version bump 1.6.17 --- plotly/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/version.py b/plotly/version.py index 5cd51714a1f..1ab8ed42c96 100644 --- a/plotly/version.py +++ b/plotly/version.py @@ -1 +1 @@ -__version__ = '1.6.16' +__version__ = '1.6.17'