Skip to content

Commit 3106d88

Browse files
authored
Merge pull request #315 from Palwisha-18/add_matplotlib_project
Add matplotlib to projects list
2 parents 81d5438 + ff797f9 commit 3106d88

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
@@ -1350,6 +1350,13 @@ const projectList = [
13501350
description: 'A browser engine designed for applications including embedded use.',
13511351
tags: ['Rust','Browser','Servo']
13521352
},
1353+
{
1354+
name: 'matplotlib',
1355+
imageSrc: 'https://camo.githubusercontent.com/109927a15915074d15313889468aa9aa688de3b9e38cc4359a01f665d351114e/68747470733a2f2f6d6174706c6f746c69622e6f72672f5f7374617469632f6c6f676f322e737667',
1356+
projectLink: 'https://github.com/matplotlib/matplotlib',
1357+
description: 'A comprehensive library for creating static, animated, and interactive visualizations in Python.',
1358+
tags: ['Python, Data Visualization, Plotting']
1359+
},
13531360
{
13541361
name:'matplotlib',
13551362
imageSrc:'https://avatars.githubusercontent.com/u/215947?s=200&v=4',

0 commit comments

Comments
 (0)