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

Skip to content

Commit ccd0a5d

Browse files
author
mahdis-z
committed
replacing the new funnel tutorial with the current one
1 parent edd1f98 commit ccd0a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/python/basic/funnel/2019-06-25-funnel-chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/funnel-chart/
2+
permalink: python/funnel-charts/
33
description: How to make funnel-chart plots in Python with Plotly.
44
name: Funnel Chart
55
has_thumbnail: true

_posts/python/basic/funnel/funnel-chart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
"! pip3 install git+https://github.com/plotly/publisher.git --upgrade\n",
389389
"import publisher\n",
390390
"publisher.publish(\n",
391-
" 'funnel-chart.ipynb', 'python/funnel-chart/', 'Funnel Chart',\n",
391+
" 'funnel-chart.ipynb', 'python/funnel-charts/', 'Funnel Chart',\n",
392392
" 'How to make funnel-chart plots in Python with Plotly.',\n",
393393
" title = 'Python Funnel Chart | Plotly',\n",
394394
" has_thumbnail='true', thumbnail='thumbnail/funnel.jpg',\n",

0 commit comments

Comments
 (0)