Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish Matplotlib content for consistency #238

Merged
merged 7 commits into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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