From dbac0df958b657cdd5cee48a33ef97f7f1f3c0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Mon, 6 Nov 2023 15:01:22 +0100 Subject: [PATCH] tutorials/pandas: Add a note about the tutorial being obsolete now --- docs/tutorials/pandas/index-src.md | 10 ++++++++++ docs/tutorials/pandas/index.md | 15 +++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/pandas/index-src.md b/docs/tutorials/pandas/index-src.md index 74e35d0..a01ee54 100644 --- a/docs/tutorials/pandas/index-src.md +++ b/docs/tutorials/pandas/index-src.md @@ -1,4 +1,14 @@ +!!! attention + This tutorial is obsolete - it was written before OMNeT++ 6. + + In that version, the result analysis toolset was completely overhauled, + already relying heavily on Python, NumPy, Pandas, and Matplotlib. + Both graphical and command-line tools, as well as libraries usable from + standalone Python scripts are available now, which are preferred over + the methods described below. + + ## 1. When to use Python? diff --git a/docs/tutorials/pandas/index.md b/docs/tutorials/pandas/index.md index 5efbb3f..70f3167 100644 --- a/docs/tutorials/pandas/index.md +++ b/docs/tutorials/pandas/index.md @@ -3,6 +3,17 @@ previous_page_disabled: true next_page_disabled: true --- + +!!! attention + This tutorial is obsolete - it was written before OMNeT++ 6. + + In that version, the result analysis toolset was completely overhauled, + already relying heavily on Python, NumPy, Pandas, and Matplotlib. + Both graphical and command-line tools, as well as libraries usable from + standalone Python scripts are available now, which are preferred over + the methods described below. + + ## 1. When to use Python? @@ -2140,7 +2151,7 @@ pj.pivot_ui(scalars_wide) frameborder="0" allowfullscreen > - + @@ -2185,7 +2196,7 @@ pj.pivot_ui(scalars_wide, rows=['numHosts'], cols=['iaMean'], vals=['Aloha.serve frameborder="0" allowfullscreen > - +