Skip to content

Commit fa27381

Browse files
committed
add x label to graph
1 parent e46522a commit fa27381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/jupyter/content/notebooks/06-data-analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"# output graph to notebook\n",
234234
"output_notebook()\n",
235235
"\n",
236-
"p = figure(title='Bucharest 226 dobson', x_axis_label='foo', y_axis_label='Dobson units')\n",
236+
"p = figure(title='Bucharest 226 dobson', x_axis_type='datetime', y_axis_label='Dobson units')\n",
237237
"p.line(x_axis, y_axis, legend=\"Dobson units\", line_width=2)\n",
238238
"show(p)"
239239
]

0 commit comments

Comments
 (0)