From c37c82f36fadd74dfe84980c71e3fe1fabf47dcd Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 15 Oct 2025 11:15:29 -0600 Subject: Added module 4 tutorials --- .../4.6 Data Visualization and Presentation.md | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tutorials/module_4/4.6 Data Visualization and Presentation.md (limited to 'tutorials/module_4/4.6 Data Visualization and Presentation.md') diff --git a/tutorials/module_4/4.6 Data Visualization and Presentation.md b/tutorials/module_4/4.6 Data Visualization and Presentation.md new file mode 100644 index 0000000..b788fc7 --- /dev/null +++ b/tutorials/module_4/4.6 Data Visualization and Presentation.md @@ -0,0 +1,29 @@ +# Data Visualization and Presentation + +**Learning objectives:** + +- Create scientific plots using `matplotlib.pyplot` +- Customize figures (labels, legends, styles, subplots) +- Plot multi-dimensional and time-series data +- Combine plots and export for reports +--- + +**Extensions:** + +- Intro to `seaborn` for statistical visualization +- Plotting uncertainty and error bars + + + + +## How to represent data scientifically + + + + + + + + + +## Taking it further with R \ No newline at end of file -- cgit v1.2.3