Skip to content

Commit

Permalink
Polish Matplotlib content for consistency (#238)
Browse files Browse the repository at this point in the history
* Tweak formatting and file names

* Strip notebook output

* Incorporate Julia's suggestion

Co-authored-by: Julia Kent <46687291+jukent@users.noreply.github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix topics outline

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: Julia Kent <46687291+jukent@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 3, 2022
1 parent 3a04597 commit 98ebce7
Show file tree
Hide file tree
Showing 8 changed files with 1,122 additions and 3,140 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ content/notebooks_gallery/

# Notebook outputs
core/pandas/nino_analyzed_output.csv
core/matplotlib/animate.gif
6 changes: 3 additions & 3 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ parts:
- file: core/numpy/numpy-broadcasting
- file: core/matplotlib
sections:
- file: core/matplotlib/matplotlib
- file: core/matplotlib/matplotlib-additional-topics-1
- file: core/matplotlib/additional-topics2
- file: core/matplotlib/matplotlib-basics
- file: core/matplotlib/histograms-piecharts-animation
- file: core/matplotlib/annotations-colorbars-layouts
- file: core/cartopy
sections:
- file: core/cartopy/cartopy
Expand Down
12 changes: 8 additions & 4 deletions core/matplotlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ This section contains tutorials on basic plotting with [Matplotlib](https://matp

From the [Matplotlib documentation](https://matplotlib.org) "Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python."

Currently, we provide a basic introduction to matplotlib, as well as:

- Legend and annotation customization
Currently, we provide a basic introduction to Matplotlib, as well as:

- Histograms
- Piecharts
- Animations
- Annotations
- Colorbars
- Contour plots
- Customizing layouts
- Interactive and 3D plotting
775 changes: 0 additions & 775 deletions core/matplotlib/additional-topics2.ipynb

This file was deleted.

Loading

0 comments on commit 98ebce7

Please sign in to comment.