Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3b0167

Browse filesBrowse files
committed
Merge pull request plotly#411 from plotly/update_offline_plotlyjs
Update offline plotlyjs
2 parents 8740209 + a96a279 commit e3b0167
Copy full SHA for e3b0167

File tree

Expand file treeCollapse file tree

5 files changed

+62
-106
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+62
-106
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.9.6] - 2016-02-18
8+
### Updated
9+
- Updated plotly.min.js so offline is using plotly.js v1.5.2
10+
711
## [1.9.5] - 2016-01-17
812
### Added
913
- Offline matplotlib to Plotly figure conversion. Use `offline.plot_mpl` to convert and plot a matplotlib figure as a Plotly figure independently of IPython/Jupyter notebooks or use `offline.iplot_mpl` to convert and plot inside of IPython/Jupyter notebooks. Additionally, use `offline.enable_mpl_offline` to convert and plot all matplotlib figures as plotly figures inside an IPython/Jupyter notebook. See examples below:

‎plotly/graph_reference/default-schema.json

Copy file name to clipboardExpand all lines: plotly/graph_reference/default-schema.json
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4405,7 +4405,7 @@
44054405
}
44064406
},
44074407
"colorscale": {
4408-
"description": "Has only an effect if `marker.color` is set to a numerical array. Sets the colorscale.",
4408+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use cmin and cmax",
44094409
"role": "style",
44104410
"valType": "colorscale"
44114411
},
@@ -5594,7 +5594,7 @@
55945594
}
55955595
},
55965596
"colorscale": {
5597-
"description": "Sets the colorscale.",
5597+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in z space, use zmin and zmax",
55985598
"role": "style",
55995599
"valType": "colorscale"
56005600
},
@@ -6134,7 +6134,7 @@
61346134
}
61356135
},
61366136
"colorscale": {
6137-
"description": "Sets the colorscale.",
6137+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in z space, use zmin and zmax",
61386138
"role": "style",
61396139
"valType": "colorscale"
61406140
},
@@ -6781,7 +6781,7 @@
67816781
}
67826782
},
67836783
"colorscale": {
6784-
"description": "Sets the colorscale.",
6784+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in z space, use zmin and zmax",
67856785
"role": "style",
67866786
"valType": "colorscale"
67876787
},
@@ -7660,7 +7660,7 @@
76607660
}
76617661
},
76627662
"colorscale": {
7663-
"description": "Has only an effect if `marker.color` is set to a numerical array. Sets the colorscale.",
7663+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use cmin and cmax",
76647664
"role": "style",
76657665
"valType": "colorscale"
76667666
},
@@ -8307,7 +8307,7 @@
83078307
}
83088308
},
83098309
"colorscale": {
8310-
"description": "Sets the colorscale.",
8310+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in z space, use zmin and zmax",
83118311
"role": "style",
83128312
"valType": "colorscale"
83138313
},
@@ -8933,7 +8933,7 @@
89338933
}
89348934
},
89358935
"colorscale": {
8936-
"description": "Sets the colorscale.",
8936+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in z space, use zmin and zmax",
89378937
"role": "style",
89388938
"valType": "colorscale"
89398939
},
@@ -9617,7 +9617,7 @@
96179617
}
96189618
},
96199619
"colorscale": {
9620-
"description": "Sets the colorscale.",
9620+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in z space, use zmin and zmax",
96219621
"role": "style",
96229622
"valType": "colorscale"
96239623
},
@@ -10933,7 +10933,7 @@
1093310933
}
1093410934
},
1093510935
"colorscale": {
10936-
"description": "Has only an effect if `marker.color` is set to a numerical array. Sets the colorscale.",
10936+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use cmin and cmax",
1093710937
"role": "style",
1093810938
"valType": "colorscale"
1093910939
},
@@ -12308,7 +12308,7 @@
1230812308
}
1230912309
},
1231012310
"colorscale": {
12311-
"description": "Has only an effect if `marker.color` is set to a numerical array. Sets the colorscale.",
12311+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use cmin and cmax",
1231212312
"role": "style",
1231312313
"valType": "colorscale"
1231412314
},
@@ -13197,7 +13197,7 @@
1319713197
}
1319813198
},
1319913199
"colorscale": {
13200-
"description": "Has only an effect if `marker.color` is set to a numerical array. Sets the colorscale.",
13200+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use cmin and cmax",
1320113201
"role": "style",
1320213202
"valType": "colorscale"
1320313203
},
@@ -14428,7 +14428,7 @@
1442814428
}
1442914429
},
1443014430
"colorscale": {
14431-
"description": "Has only an effect if `marker.color` is set to a numerical array. Sets the colorscale.",
14431+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use cmin and cmax",
1443214432
"role": "style",
1443314433
"valType": "colorscale"
1443414434
},
@@ -15053,7 +15053,7 @@
1505315053
}
1505415054
},
1505515055
"colorscale": {
15056-
"description": "Sets the colorscale.",
15056+
"description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in z space, use zmin and zmax",
1505715057
"role": "style",
1505815058
"valType": "colorscale"
1505915059
},

‎plotly/offline/plotly.min.js

Copy file name to clipboardExpand all lines: plotly/offline/plotly.min.js
+43-91Lines changed: 43 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎plotly/tests/test_core/test_tools/test_get_embed.py

Copy file name to clipboardExpand all lines: plotly/tests/test_core/test_tools/test_get_embed.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_get_embed_url_with_share_key(self):
2828
get_embed_return = tls.get_embed('https://plot.ly/~neda/6572' +
2929
'?share_key=AH4MyPlyDyDWYA2cM2kj2m')
3030
expected_get_embed = ("<iframe id=\"igraph\" scrolling=\"no\" "
31-
"style=\"border:none;\"seamless=\"seamless\" "
31+
"style=\"border:none;\" seamless=\"seamless\" "
3232
"src=\"{plotly_rest_url}/"
3333
"~{file_owner}/{file_id}.embed?"
3434
"share_key={share_key}\" "

‎plotly/version.py

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.9.5'
1+
__version__ = '1.9.6'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.