8000 Update Matplotlib version to 3.8 by dstansby · Pull Request #146 · matplotlib/cheatsheets · GitHub
[go: up one dir, main page]

Skip to content

Update Matplotlib version to 3.8 #146

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

Merged
merged 4 commits into from
May 12, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove make logos option
  • Loading branch information
dstansby committed Mar 24, 2025
commit 6df46cfec756aadf18eb8e2f32ea849a114c7f99
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ CONVERTFLAGS = -density 150 -alpha remove -depth 8
default: all

.PHONY: all
all: logos figures cheatsheets handouts docs

.PHONY: logos
logos:
wget https://github.com/matplotlib/matplotlib/raw/v3.8.2/doc/_static/logo2.png -O ./logos/logo2.png
all: figures cheatsheets handouts docs

.PHONY: figures
figures:
Expand Down
0