Skip to content

Commit c1dbe75

Browse files
committed
add matplotlib to projects list
1 parent e2a95b2 commit c1dbe75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,5 +1202,12 @@ const projectList = [
12021202
description: 'A browser engine designed for applications including embedded use.',
12031203
tags: ['Rust,Browser,Servo']
12041204
},
1205+
{
1206+
name: 'matplotlib',
1207+
imageSrc: 'https://camo.githubusercontent.com/109927a15915074d15313889468aa9aa688de3b9e38cc4359a01f665d351114e/68747470733a2f2f6d6174706c6f746c69622e6f72672f5f7374617469632f6c6f676f322e737667',
1208+
projectLink: 'https://github.com/matplotlib/matplotlib',
1209+
description: 'Aa comprehensive library for creating static, animated, and interactive visualizations in Python.',
1210+
tags: ['Python, Data Visualization, Plotting']
1211+
},
12051212
];
12061213
export default projectList;

0 commit comments

Comments
 (0)