This shows you the differences between two versions of the page.
|
ep:labs:061 [2020/11/18 11:49] ioan_adrian.cosma [Introduction] |
ep:labs:061 [2026/03/12 10:57] (current) radu.mantu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lab 06 - Advanced plotting (seaborn & pandas) ====== | + | ====== Lab 06 - Network Monitoring ====== |
| ===== Objectives ===== | ===== Objectives ===== | ||
| - | * Conditional plotting | + | * Dive into the inner workings of previously studied traffic monitoring / filtering tools |
| - | * Time-based data when plotting in gnuplot | + | * Discuss methods of path discovery |
| - | * Advanced plotting concepts: Histograms, animations, heatmaps, three-dimensional plots | + | * Provide an introduction to protocol options |
| - | * Insertion of graphics in the .tex file | + | |
| + | ===== Contents ===== | ||
| - | + | {{page>:ep:labs:061:meta:nav&nofooter&noeditbutton}} | |
| - | ===== Cheatsheet ===== | + | |
| - | + | ||
| - | <code> | + | |
| - | scatter plot: | + | |
| - | plot ’dataset.txt’ using 1:2 | + | |
| - | plot ’dataset.txt’ using 1:2 with points | + | |
| - | + | ||
| - | example for the short format: | + | |
| - | p ’dataset.txt’ u 1:2 w p pt 1 lt 2 lw 2 | + | |
| - | notitle | + | |
| - | + | ||
| - | line plot: | + | |
| - | plot ’dataset.txt’ using 1:2 with lines | + | |
| - | + | ||
| - | multiple data series: | + | |
| - | use replot or separate by commas | + | |
| - | plot ’dataset.txt’ using 1:2, ’data.csv’ using 1:3 | + | |
| - | + | ||
| - | set key: | + | |
| - | plot ’dataset.txt’ using 1:2 title "key" | + | |
| - | </code> | + | |
| - | + | ||
| - | ===== Tutorial ===== | + | |
| - | + | ||
| - | Datafile: {{:ep:labs:dataset.txt|}} | + | |
| - | + | ||
| - | {{namespace>:ep:labs:061:contents:tutorial&nofooter&noeditbutton}} | + | |
| ===== Tasks ===== | ===== Tasks ===== | ||
| {{namespace>:ep:labs:061:contents:tasks&nofooter&noeditbutton}} | {{namespace>:ep:labs:061:contents:tasks&nofooter&noeditbutton}} | ||
| + | |||