Skip to content

Commit 337e210

Browse files
fix docs
1 parent 879ef0a commit 337e210

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/python/icicle-charts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupyter:
66
extension: .md
77
format_name: markdown
88
format_version: '1.2'
9-
jupytext_version: 1.3.0
9+
jupytext_version: 1.4.2
1010
kernelspec:
1111
display_name: Python 3
1212
language: python
@@ -20,14 +20,14 @@ jupyter:
2020
name: python
2121
nbconvert_exporter: python
2222
pygments_lexer: ipython3
23-
version: 3.7.3
23+
version: 3.7.7
2424
plotly:
2525
description: How to make Icicle Charts.
2626
display_as: basic
2727
language: python
2828
layout: base
2929
name: Icicle Charts
30-
order: 13.5
30+
order: 17
3131
page_type: u-guide
3232
permalink: python/icicle-charts/
3333
thumbnail: thumbnail/icicle.png
@@ -222,7 +222,7 @@ import plotly.graph_objects as go
222222

223223
import pandas as pd
224224

225-
df1 = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/718417069ead87650b90472464c7565dc8c2cb1c/icicle-coffee-flavors-complete.csv')
225+
df1 = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/718417069ead87650b90472464c7565dc8c2cb1c/sunburst-coffee-flavors-complete.csv')
226226
df2 = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/718417069ead87650b90472464c7565dc8c2cb1c/coffee-flavors.csv')
227227

228228
fig = go.Figure()
@@ -258,7 +258,7 @@ If you want all the text labels to have the same size, you can use the `uniformt
258258
import plotly.graph_objects as go
259259
import pandas as pd
260260

261-
df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/718417069ead87650b90472464c7565dc8c2cb1c/icicle-coffee-flavors-complete.csv')
261+
df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/718417069ead87650b90472464c7565dc8c2cb1c/sunburst-coffee-flavors-complete.csv')
262262

263263
fig = go.Figure(go.Icicle(
264264
ids = df.ids,

0 commit comments

Comments
 (0)