Skip to content

Commit 727491a

Browse files
committed
Created using Colaboratory
1 parent c7a07fd commit 727491a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

data_and_ai.ipynb

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private_outputs": true,
88
"provenance": [],
99
"collapsed_sections": [],
10-
"authorship_tag": "ABX9TyMjyfI1mJ1x53gJIzD7svPA",
10+
"authorship_tag": "ABX9TyMcumaRrJGtJnLYRbmh8Iop",
1111
"include_colab_link": true
1212
},
1313
"kernelspec": {
@@ -145,6 +145,28 @@
145145
"ar = ar.x\n",
146146
"ar"
147147
]
148+
},
149+
{
150+
"cell_type": "markdown",
151+
"source": [
152+
"# Vertical line with matplotlib"
153+
],
154+
"metadata": {
155+
"id": "LH85ipx0H255"
156+
}
157+
},
158+
{
159+
"cell_type": "code",
160+
"source": [
161+
"plt.vlines(x = 14, ymin = 8, ymax = 32,\n",
162+
" colors = 'purple',\n",
163+
" linestyle='--')"
164+
],
165+
"metadata": {
166+
"id": "-vY7NDBzH73-"
167+
},
168+
"execution_count": null,
169+
"outputs": []
148170
}
149171
]
150172
}

0 commit comments

Comments
 (0)