Skip to content

Commit ba5f975

Browse files
AdminAdmin
authored andcommitted
Added a new project in listOfProjects.js file
1 parent bb5ffca commit ba5f975

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
@@ -1195,5 +1195,12 @@ const projectList = [
11951195
description: 'Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.',
11961196
tags: ['Scala','Haskell']
11971197
},
1198+
{
1199+
name:'matplotlib',
1200+
imageSrc:'https://github.com/matplotlib/matplotlib/blob/main/doc/_static/matplotlib-icon.svg',
1201+
projectLink:'https://github.com/matplotlib/matplotlib',
1202+
description:'Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.',
1203+
tags:['python','gtk','data-science','qt','data-visualization','tk','matplotlib','plotting','hacktoberfest','wx']
1204+
}
11981205
];
11991206
export default projectList;

0 commit comments

Comments
 (0)