Skip to content

Commit 36dd1f8

Browse files
committed
Update Matplotlib version to 3.8
1 parent 5aab1b4 commit 36dd1f8

9 files changed

+10
-9
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.7.4
2+
current_version = 3.8.2
33

44
[bumpversion:file:./check-matplotlib-version.py]
55
search = __version__ == '{current_version}'

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all: logos figures cheatsheets handouts docs
99

1010
.PHONY: logos
1111
logos:
12-
wget https://github.com/matplotlib/matplotlib/raw/v3.7.4/doc/_static/logo2.png -O ./logos/logo2.png
12+
wget https://github.com/matplotlib/matplotlib/raw/v3.8.2/doc/_static/logo2.png -O ./logos/logo2.png
1313

1414
.PHONY: figures
1515
figures:

cheatsheets.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
\begin{multicols*}{5}
265265
\begin{overpic}[width=\columnwidth,tics=6,trim=12 6 18 6, clip]{logo2.png}
266266
\put (16.5,1.5) {\scriptsize\RobotoCon \textcolor[HTML]{11557c}{Cheat sheet}}
267-
\put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.7.4}}
267+
\put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.8.2}}
268268
\end{overpic}
269269
%\textbf{\Large \RobotoCon Matplotlib 3.2 cheat sheet}\\
270270
%{\ttfamily https://matplotlib.org} \hfill CC-BY 4.0

check-matplotlib-version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
import matplotlib as mpl
33

44

5-
assert mpl.__version__ == '3.7.4'
5+
assert mpl.__version__ == '3.8.2'

handout-beginner.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ \subsection*{\rmfamily Save \mdseries (bitmap or vector format)}
297297
\vfill
298298
%
299299
{\scriptsize
300-
Matplotlib 3.7.4 handout for beginners.
300+
Matplotlib 3.8.2 handout for beginners.
301301
Copyright (c) 2021 Matplotlib Development Team.
302302
Released under a CC-BY 4.0 International License.
303303
Supported by NumFOCUS.

handout-intermediate.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ \subsection*{\rmfamily Size \& DPI}
198198
\vfill
199199
%
200200
{\scriptsize
201-
Matplotlib 3.7.4 handout for intermediate users.
201+
Matplotlib 3.8.2 handout for intermediate users.
202202
Copyright (c) 2021 Matplotlib Development Team.
203203
Released under a CC-BY 4.0 International License.
204204
Supported by NumFOCUS.

handout-tips.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ \subsection*{\rmfamily Read the documentation}
243243
\vfill
244244
%
245245
{\scriptsize
246-
Matplotlib 3.7.4 handout for tips \& tricks.
246+
Matplotlib 3.8.2 handout for tips \& tricks.
247247
Copyright (c) 2021 Matplotlib Development Team.
248248
Released under a CC-BY 4.0 International License.
249249
Supported by NumFOCUS.

requirements/requirements.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ autopep8
22
bump2version
33
cartopy==0.22.0
44
flake8
5-
matplotlib==3.7.4
5+
matplotlib==3.8.2
6+
mpl-sphinx-theme~=3.7.1
67
pillow>=9
78
pdfx
89
pip-tools

requirements/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kiwisolver==1.4.5
6868
# via matplotlib
6969
markupsafe==2.1.4
7070
# via jinja2
71-
matplotlib==3.7.4
71+
matplotlib==3.8.2
7272
# via
7373
# -r requirements.in
7474
# cartopy

0 commit comments

Comments
 (0)