https://github.com/vivekvardhan2810/sales-overview
Created a Repository for Sales report through line charts using matplotlib
https://github.com/vivekvardhan2810/sales-overview
linechart matplotlib sales
Last synced: about 2 months ago
JSON representation
Created a Repository for Sales report through line charts using matplotlib
- Host: GitHub
- URL: https://github.com/vivekvardhan2810/sales-overview
- Owner: vivekvardhan2810
- License: mit
- Created: 2024-01-07T12:04:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-22T17:32:34.000Z (8 months ago)
- Last Synced: 2025-01-15T07:14:08.525Z (3 months ago)
- Topics: linechart, matplotlib, sales
- Language: Jupyter Notebook
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sales-Overview
To create a line chart using the matplotlib library in Python based on the provided sales data, you can follow these steps. First, make sure you have the matplotlib library installed. If not, you can install it using: pip install matplotlib
This code creates a line chart with three lines, each representing the sales data for a different week. The x-axis corresponds to the days, and the y-axis corresponds to the sales in Rs. The chart title is set to "Sales Report," and the line colors are specified
This file depicts the sales for the three weeks by displaying a line chart.