Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit cb43bf5

Browse files
committed
newchapter-matplotlib
update the new chapter matplotlib
1 parent 23310cf commit cb43bf5

File tree

13 files changed

+687
-2294
lines changed

13 files changed

+687
-2294
lines changed

book/_toc.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,22 @@ parts:
9191
- file: pandas/statistics.ipynb
9292
title: "Panda Statistics"
9393
- file: pandas/Exercises/01.ipynb
94+
- file: matplotlib/intro.md
95+
title: Matplotlib
96+
sections:
97+
- file: matplotlib/introduction.ipynb
98+
title: "Introduction"
99+
- file: matplotlib/simple-plot.ipynb
100+
title: "Simple Plot"
101+
- file: matplotlib/customize.ipynb
102+
title: "Customizing Plot"
103+
- file: matplotlib/scatter.ipynb
104+
title: "Scatter Plot"
105+
- file: matplotlib/histograms.ipynb
106+
title: "Histograms"
107+
- file: matplotlib/subplots.ipynb
108+
title: "Subplots"
109+
- file: matplotlib/Exercises/01.ipynb
94110
- file: 07/Theory/01.ipynb
95111
sections:
96112
- file: 07/Exercises/01.ipynb
@@ -146,4 +162,8 @@ parts:
146162
- file: pandas/nutshell/series.ipynb
147163
- file: pandas/nutshell/frame.ipynb
148164
- file: pandas/nutshell/attributes.ipynb
149-
165+
- file: matplotlib/nutshell.md
166+
title: Matplotlib
167+
sections:
168+
- file: matplotlib/nutshell/object.ipynb
169+
title: Matplotlib

book/matplotlib/01 copy 2.ipynb

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

book/matplotlib/01 copy 3.ipynb

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

book/matplotlib/01 copy 4.ipynb

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

book/matplotlib/In_a_Nutshell/01.ipynb renamed to book/matplotlib/In_a_Nutshell/nutshell.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@
55
"cell_type": "markdown",
66
"metadata": {},
77
"source": [
8-
"# 7. Matplotlib"
9-
]
10-
},
11-
{
12-
"attachments": {},
13-
"cell_type": "markdown",
14-
"metadata": {},
15-
"source": [
16-
"## 7.1 Introduction\n",
8+
"## Introduction\n",
179
"\n",
1810
"Welcome to the fascinating world of `matplotlib`! `Matplotlib` is a powerful Python module that empowers you to create impressive visualizations. If you're tired of basic graphs in Excel, `matplotlib` is your gateway to a new level of creativity and versatility. With it, you can bring your data to life by crafting captivating graphs that effectively communicate your insights. In this section, you'll learn how to harness the power of `matplotlib` to create visually appealing and engaging graphs.\n",
1911
"\n",

book/matplotlib/Theory/01.ipynb

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

book/matplotlib/customize.ipynb

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

book/matplotlib/histograms.ipynb

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

book/matplotlib/intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Matplotlib
2+
3+
This chapter is all about ...
4+
5+
% a short overview for this chapter
6+

book/matplotlib/nutshell.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Matplotlib: in a Nutshell
2+
3+
Nutshell.

0 commit comments

Comments
 (0)