Graph Maker Tool
- Tech Stack: Python, NumPy, Matplotlib
Welcome to the Graph Making Tool. This application can make graphs like:
- Line Graph
- Bar Graph
- Pie Chart
Requirements:
- Python
- NumPy Library
- Matplotlib Module
pip install numpy
pip install matplotlib
About Application:
- This application can be run in 2 modes namely:
- Standard (sdt)
- Advance (adv)
- In standard mode: You just have to give some basic values to make a graph like:
- x, y axes values
- x, y axes labels
- Title
- In advance mode: You can customize a graph according to your preferences with the help of some advanced features like:
- x, y axes values
- x, y axes labels
- Title
- Markers
- Colors
- Line style & many more...
About Programmer:
- Name: Ansh Gupta
- I Year B.Tech. Artificial Intelligence and Machine Learning College Student.
- 2 Star at CodeChef
- NIELIT O Level Certified
- Vision: To make Python on another level. Self-learning is very important.