Skip to content

Commit

Permalink
Merge pull request #315 from Palwisha-18/add_matplotlib_project
Browse files Browse the repository at this point in the history
Add matplotlib to projects list
  • Loading branch information
Roshanjossey authored Dec 22, 2024
2 parents 81d5438 + ff797f9 commit 3106d88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,13 @@ const projectList = [
description: 'A browser engine designed for applications including embedded use.',
tags: ['Rust','Browser','Servo']
},
{
name: 'matplotlib',
imageSrc: 'https://camo.githubusercontent.com/109927a15915074d15313889468aa9aa688de3b9e38cc4359a01f665d351114e/68747470733a2f2f6d6174706c6f746c69622e6f72672f5f7374617469632f6c6f676f322e737667',
projectLink: 'https://github.com/matplotlib/matplotlib',
description: 'A comprehensive library for creating static, animated, and interactive visualizations in Python.',
tags: ['Python, Data Visualization, Plotting']
},
{
name:'matplotlib',
imageSrc:'https://avatars.githubusercontent.com/u/215947?s=200&v=4',
Expand Down

0 comments on commit 3106d88

Please sign in to comment.