summaryrefslogtreecommitdiff
path: root/tutorials/module_4/4.7 Data Visualization and Presentation.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-10-17 14:01:19 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-10-17 14:01:19 -0600
commit69b1bb053f0100c865e84b2481bcf4880b122bc7 (patch)
tree3b86498622b31482352998c699fc3729d44bfe63 /tutorials/module_4/4.7 Data Visualization and Presentation.md
parenta7e2db6f9819df91ac64d7f13bfe4213e3b94b2c (diff)
parentb2e5d0f00829b3c603a846b62c5bdbea45e449db (diff)
merged new-mod4 to main
Diffstat (limited to 'tutorials/module_4/4.7 Data Visualization and Presentation.md')
-rw-r--r--tutorials/module_4/4.7 Data Visualization and Presentation.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/tutorials/module_4/4.7 Data Visualization and Presentation.md b/tutorials/module_4/4.7 Data Visualization and Presentation.md
new file mode 100644
index 0000000..b788fc7
--- /dev/null
+++ b/tutorials/module_4/4.7 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