Skip to content

Commit 2247f32

Browse files
authored
Update 12. Plotting.ipynb
1 parent d688bf6 commit 2247f32

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

12. Plotting.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"\n",
1111
"A plot is a visual representation of the data and is especially valuable to analyze data graphically. You can plot with the ```matplotlib``` package.\n",
1212
"\n",
13+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=yyLqmP1AEuU&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
14+
"\n",
1315
"[![Plots](https://apmonitor.com/che263/uploads/Begin_Python/BeginPython12.png)](https://www.youtube.com/watch?v=yyLqmP1AEuU&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Plots\")\n",
1416
"\n",
1517
"In the incubator example, we may want to see how the temperature changes with time. The ```x```-axis may be __time__ and ```y```-axis may be the __data__. In an incubator, graphs could be used for a number of things. Some could be heater percentage, egg temperature, and much more.\n",

0 commit comments

Comments
 (0)