|
| 1 | +## Data Visulization |
| 2 | + |
| 3 | +Data Visualization is the presentation of data in graphical format. It helps people understand the significance of data by summarizing and |
| 4 | +presenting huge amount of data in a simple and easy-to-understand format and helps communicate information clearly and effectively. |
| 5 | + |
| 6 | +## Setup Instruction |
| 7 | + |
| 8 | +First Open the terminal and write `pip install matplotlib` this will install required package then after make file `program.py` and take any one program out of three and write it |
| 9 | +and run the `program.py` file . Sit relax and enjoy Data Visualization Process |
| 10 | + |
| 11 | + |
| 12 | +## Output Line Plotting |
| 13 | + |
| 14 | + <img align="center" alt="JPEG" src="https://github.com/Ayush7614/Amazing-Python-Scripts/blob/master/Data%20Visualization/Line%20Plotting.jpeg" width="500" height="500" /> |
| 15 | + |
| 16 | +## Output Bar Plotting |
| 17 | + |
| 18 | + <img align="center" alt="JPEG" src="https://github.com/Ayush7614/Amazing-Python-Scripts/blob/master/Data%20Visualization/Bar%20Plotting.jpeg" width="500" height="500" /> |
| 19 | + |
| 20 | +## Output Scatter Plotting |
| 21 | + |
| 22 | + <img align="center" alt="JPEG" src="https://github.com/Ayush7614/Amazing-Python-Scripts/blob/master/Data%20Visualization/Scatter%20Plotting.jpeg" width="500" height="500" /> |
0 commit comments