We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d89ac commit bb70f33Copy full SHA for bb70f33
PITCHME.md
@@ -28,9 +28,9 @@
28
- CUIで [ $python app1.py ] とすると・・・
29
30
+++?image=app1.PNG&size=auto 70%
31
-- チャートが表示されます。
+
32
33
-+++
+---
34
35
- app = dash.Dash() / アプリの箱作り
36
- app.layout = ~~~ / アプリの中身作り
@@ -40,6 +40,15 @@
40
41
---
42
43
-## なんか大したことないよね・・・
+### なんか大したことないよね
44
45
+### はい。でも次は結構すごいです。
46
47
48
49
+### app4.py
50
+- スライダーを使って年を選んだり
51
+- legendをクリックしただけでデータが選択できたりします。
52
53
++++?code=app4.py
54
app4.py
@@ -5,8 +5,7 @@
5
import plotly.graph_objs as go
6
7
df = pd.read_csv(
8
- 'https://raw.githubusercontent.com/plotly/'
9
- 'datasets/master/gapminderDataFiveYear.csv')
+ 'fiveyeardata.csv')
10
11
external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
12
0 commit comments