You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/python/WebGL/2015-06-30-webgl.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
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
5
5
has_thumbnail: true
6
-
thumbnail: /images/webgl.png
6
+
thumbnail: thumbnail/webgl.jpg
7
7
layout: user-guide
8
8
name: WebGL vs SVG
9
9
language: python
@@ -119,7 +119,7 @@ <h4 id="WebGL-with-100,000--points">WebGL with 100,000 points<a class="anchor-l
" 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",
246
246
" 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",
247
247
"\u001b[33mYou are using pip version 8.0.3, however version 8.1.1 is available.\n",
248
248
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\n"
@@ -259,11 +259,10 @@
259
259
"import publisher\n",
260
260
"publisher.publish(\n",
261
261
" 'webgl.ipynb', 'python/webgl-vs-svg', 'Python WebGL vs SVG | plotly',\n",
262
-
" 'Using WebGL with Scattergl() in Python with Plotly. '\n",
263
262
" 'Implement WebGL for increased speed, improved interactivity, and the ability to plot even more data!',\n",
0 commit comments