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

Skip to content

Commit aca28a0

Browse files
committed
webgl edit
1 parent f963886 commit aca28a0

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

_posts/python/WebGL/2015-06-30-webgl.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
permalink: python/webgl-vs-svg
3-
description: Using WebGL with Scattergl() in Python with Plotly. Implement WebGL for increased speed, improved interactivity, and the ability to plot even more data!
4-
title: Python WebGL vs SVG | plotly
3+
description: Implement WebGL for increased speed, improved interactivity, and the ability to plot even more data!
4+
name: Python WebGL vs SVG | plotly
55
has_thumbnail: true
6-
thumbnail: /images/webgl.png
6+
thumbnail: thumbnail/webgl.jpg
77
layout: user-guide
88
name: WebGL vs SVG
99
language: python
@@ -119,7 +119,7 @@ <h4 id="WebGL-with-100,000--points">WebGL with 100,000 points<a class="anchor-l
119119
<div class="output_area"><div class="prompt output_prompt">Out[2]:</div>
120120

121121
<div class="output_html rendered_html output_subarea output_execute_result">
122-
<iframe id="igraph" scrolling="no" style="border:none;"seamless="seamless" src="https://plot.ly/~chelsea_lyn/8823.embed" height="525px" width="100%"></iframe>
122+
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~chelsea_lyn/8823.embed" height="525px" width="100%"></iframe>
123123
</div>
124124

125125
</div>
@@ -174,7 +174,7 @@ <h4 id="WebGL-with-1-Million-Points">WebGL with 1 Million Points<a class="anchor
174174
<div class="output_area"><div class="prompt output_prompt">Out[3]:</div>
175175

176176
<div class="output_html rendered_html output_subarea output_execute_result">
177-
<iframe id="igraph" scrolling="no" style="border:none;"seamless="seamless" src="https://plot.ly/~chelsea_lyn/8817.embed" height="525px" width="100%"></iframe>
177+
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~chelsea_lyn/8817.embed" height="525px" width="100%"></iframe>
178178
</div>
179179

180180
</div>
@@ -194,7 +194,7 @@ <h4 id="WebGL-with-many-traces">WebGL with many traces<a class="anchor-link" hre
194194
</div>
195195
<div class="cell border-box-sizing code_cell rendered">
196196
<div class="input">
197-
<div class="prompt input_prompt">In&nbsp;[1]:</div>
197+
<div class="prompt input_prompt">In&nbsp;[4]:</div>
198198
<div class="inner_cell">
199199
<div class="input_area">
200200
<div class=" highlight hl-ipython2"><pre><span class="kn">import</span> <span class="nn">plotly.plotly</span> <span class="kn">as</span> <span class="nn">py</span>
@@ -224,10 +224,10 @@ <h4 id="WebGL-with-many-traces">WebGL with many traces<a class="anchor-link" hre
224224
<div class="output">
225225

226226

227-
<div class="output_area"><div class="prompt output_prompt">Out[1]:</div>
227+
<div class="output_area"><div class="prompt output_prompt">Out[4]:</div>
228228

229229
<div class="output_html rendered_html output_subarea output_execute_result">
230-
<iframe id="igraph" scrolling="no" style="border:none;"seamless="seamless" src="https://plot.ly/~chelsea_lyn/8850.embed" height="525px" width="100%"></iframe>
230+
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~chelsea_lyn/8850.embed" height="525px" width="100%"></iframe>
231231
</div>
232232

233233
</div>
@@ -241,7 +241,7 @@ <h4 id="WebGL-with-many-traces">WebGL with many traces<a class="anchor-link" hre
241241
</div>
242242
<div class="inner_cell">
243243
<div class="text_cell_render border-box-sizing rendered_html">
244-
<h4 id="Reference">Reference<a class="anchor-link" href="#Reference">&#182;</a></h4>
244+
<h3 id="Reference">Reference<a class="anchor-link" href="#Reference">&#182;</a></h3>
245245
</div>
246246
</div>
247247
</div>

_posts/python/WebGL/webgl.ipynb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
{
6363
"data": {
6464
"text/html": [
65-
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\"seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/8823.embed\" height=\"525px\" width=\"100%\"></iframe>"
65+
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/8823.embed\" height=\"525px\" width=\"100%\"></iframe>"
6666
],
6767
"text/plain": [
6868
"<plotly.tools.PlotlyDisplay object>"
@@ -111,7 +111,7 @@
111111
{
112112
"data": {
113113
"text/html": [
114-
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\"seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/8817.embed\" height=\"525px\" width=\"100%\"></iframe>"
114+
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/8817.embed\" height=\"525px\" width=\"100%\"></iframe>"
115115
],
116116
"text/plain": [
117117
"<plotly.tools.PlotlyDisplay object>"
@@ -153,21 +153,21 @@
153153
},
154154
{
155155
"cell_type": "code",
156-
"execution_count": 1,
156+
"execution_count": 4,
157157
"metadata": {
158158
"collapsed": false
159159
},
160160
"outputs": [
161161
{
162162
"data": {
163163
"text/html": [
164-
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\"seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/8850.embed\" height=\"525px\" width=\"100%\"></iframe>"
164+
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/8850.embed\" height=\"525px\" width=\"100%\"></iframe>"
165165
],
166166
"text/plain": [
167167
"<plotly.tools.PlotlyDisplay object>"
168168
]
169169
},
170-
"execution_count": 1,
170+
"execution_count": 4,
171171
"metadata": {},
172172
"output_type": "execute_result"
173173
}
@@ -196,7 +196,7 @@
196196
"cell_type": "markdown",
197197
"metadata": {},
198198
"source": [
199-
"#### Reference"
199+
"### Reference"
200200
]
201201
},
202202
{
@@ -208,7 +208,7 @@
208208
},
209209
{
210210
"cell_type": "code",
211-
"execution_count": 4,
211+
"execution_count": 6,
212212
"metadata": {
213213
"collapsed": false
214214
},
@@ -242,7 +242,7 @@
242242
"output_type": "stream",
243243
"text": [
244244
"Collecting git+https://github.com/plotly/publisher.git\n",
245-
" Cloning https://github.com/plotly/publisher.git to /var/folders/72/g6h98xwx0h1gp4kc8rzhsdh80000gn/T/pip-MZfPfk-build\n",
245+
" Cloning https://github.com/plotly/publisher.git to /var/folders/72/g6h98xwx0h1gp4kc8rzhsdh80000gn/T/pip-epAZ22-build\n",
246246
" Requirement already satisfied (use --upgrade to upgrade): publisher==0.10 from git+https://github.com/plotly/publisher.git in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\n",
247247
"\u001b[33mYou are using pip version 8.0.3, however version 8.1.1 is available.\n",
248248
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\n"
@@ -259,11 +259,10 @@
259259
"import publisher\n",
260260
"publisher.publish(\n",
261261
" 'webgl.ipynb', 'python/webgl-vs-svg', 'Python WebGL vs SVG | plotly',\n",
262-
" 'Using WebGL with Scattergl() in Python with Plotly. '\n",
263262
" 'Implement WebGL for increased speed, improved interactivity, and the ability to plot even more data!',\n",
264263
" title = 'Python WebGL vs SVG | plotly',\n",
265264
" name = 'WebGL vs SVG',\n",
266-
" thumbnail='/images/webgl.png', language='python',\n",
265+
" thumbnail='thumbnail/webgl.jpg', language='python',\n",
267266
" page_type='example_index', has_thumbnail='true', display_as='chart_type', order=1)"
268267
]
269268
},

0 commit comments

Comments
 (0)