Skip to content

Commit 6bb792b

Browse files
committed
Updated matplotlib content
1 parent 3b54e8b commit 6bb792b

7 files changed

Lines changed: 1344 additions & 915 deletions

File tree

CH40208/_toc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ parts:
5454
# - file: working_with_data/numpy/chemistry
5555
# - file: working_with_data/numpy/reference
5656
#
57-
- file: working_with_data/plotting
57+
- file: working_with_data/matplotlib/intro
58+
sections:
59+
- file: working_with_data/matplotlib/basics
60+
- file: working_with_data/matplotlib/customisation
61+
- file: working_with_data/matplotlib/plotting_data
62+
- file: reference/latex
5863
- file: working_with_data/file_io
5964
- file: working_with_data/synoptic_exercises
6065
sections:

CH40208/working_with_data/matplotlib/basics.ipynb

Lines changed: 544 additions & 0 deletions
Large diffs are not rendered by default.
76.3 KB
Loading

CH40208/working_with_data/matplotlib/customisation.ipynb

Lines changed: 495 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Matplotlib
2+
3+
When working with data in chemistry, you'll often need to visualise your results—whether that's plotting how concentration changes over time, comparing reaction rates under different conditions, or creating a calibration curve. Plots help you understand your data and communicate your findings clearly.
4+
5+
Matplotlib is Python's main plotting library. It gives you the tools to create professional-looking figures directly from your NumPy arrays, making it straightforward to go from raw data to publication-quality plots.

CH40208/working_with_data/matplotlib/plotting_data.ipynb

Lines changed: 294 additions & 0 deletions
Large diffs are not rendered by default.

CH40208/working_with_data/plotting.ipynb

Lines changed: 0 additions & 914 deletions
This file was deleted.

0 commit comments

Comments
 (0)