Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sync gref #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 11, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 140 additions & 8 deletions plotly/graph_reference/graph_objs_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plotly/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.6.16'
__version__ = '1.6.17'
2 changes: 1 addition & 1 deletion submodules/graph_reference
Submodule graph_reference updated from 11e8c4 to c47702