Skip to content

Commit 10c42e2

Browse files
committed
install ggplot2
1 parent 91be9d3 commit 10c42e2

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

ggplot vs Python Plotting.ipynb

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,24 @@
3333
},
3434
{
3535
"cell_type": "code",
36-
"execution_count": 248,
36+
"execution_count": 294,
3737
"metadata": {},
38-
"outputs": [],
38+
"outputs": [
39+
{
40+
"data": {
41+
"text/plain": [
42+
"\n",
43+
"The downloaded binary packages are in\n",
44+
"\t/var/folders/4l/b_gx3vx957g8lw0g__5nz9_h0000gn/T//RtmpUbkmch/downloaded_packages\n"
45+
]
46+
},
47+
"metadata": {},
48+
"output_type": "display_data"
49+
}
50+
],
3951
"source": [
4052
"%%R\n",
53+
"install.packages(\"ggplot2\")\n",
4154
"library(tidyverse)\n",
4255
"library(ggplot2) "
4356
]

0 commit comments

Comments
 (0)