Skip to content

Commit 794528e

Browse files
authored
Merge pull request matplotlib#49 from matplotlib/revert-47-aitikgupta/pre-gsoc
Revert "GSoC'21 Introduction: Aitik Gupta "
2 parents 6b24bc5 + d7008c6 commit 794528e

File tree

3 files changed

+2
-91
lines changed

3 files changed

+2
-91
lines changed
-304 KB
Binary file not shown.

content/posts/GSoC_2021_Introduction/index.md

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

make_logo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import numpy as np
2+
import matplotlib as mpl
23
import matplotlib.pyplot as plt
34
import matplotlib.cm as cm
45
import matplotlib.font_manager
5-
from matplotlib.patches import Rectangle, PathPatch
6+
from matplotlib.patches import Circle, Rectangle, PathPatch
67
from matplotlib.textpath import TextPath
78
import matplotlib.transforms as mtrans
89

@@ -130,7 +131,6 @@ def make_logo(height_px, lw_bars, lw_grid, lw_border, rgrid, with_text=False):
130131

131132
return fig, ax
132133

133-
134134
make_logo(height_px=110, lw_bars=0.7, lw_grid=0.5, lw_border=1,
135135
rgrid=[1, 3, 5, 7], with_text=True)
136136
plt.savefig("mpl_logo.png")

0 commit comments

Comments
 (0)