Skip to content

Commit 6023d18

Browse files
dcamronmgrover1
andauthored
Drop in Unidata matplotlib workshop notebook (#37)
* Init matplotlib from python-training * Remove extras and branding, refactor solutions * Update TOC with new notebook * Lint for pre-commit * fig matplotlib to template * fix link * clean up links, clean section headings * update markdown * address comments * address more comments * fix spelling * remove try to * add in matplotlib colorbar documentation Co-authored-by: Max Grover <mgroverwx@gmail.com>
1 parent 03f0e34 commit 6023d18

File tree

3 files changed

+1228
-0
lines changed

3 files changed

+1228
-0
lines changed

_toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
- file: core/overview
3939
- file: core/numpy
4040
- file: core/matplotlib
41+
sections:
42+
- file: core/matplotlib/matplotlib
4143
- file: core/cartopy
4244
sections:
4345
- file: core/cartopy/01_Cartopy_Intro

core/matplotlib.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ This content is under construction!
55
```
66

77
This section will contain tutorials on basic plotting with [matplotlib](https://matplotlib.org).
8+
9+
From the [Matplotlib documentation](https://matplotlib.org) "Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python."
10+
11+
Matplotlib is the go-to library for plotting within python, with numerous packages and libraries using matplotlib as a base to build off of. If you were to learn a single plotting tool to keep in your toolbox, this is the package.
12+
13+
The key feature to matplotlib is its extensibility and the [extensive documentation](https://matplotlib.org/stable/contents.html) available to the community.
14+
15+
Currently, we provide a basic introduction to matplotlib, but at a later date, we will add:
16+
17+
- Legend and annotation customization
18+
- Customizing layouts
19+
- Interactive and 3D plotting

0 commit comments

Comments
 (0)