#techlearners
Python Django - Data Visualization using matplotlib - Plotting Iphone sales data for last five years
Prerequisites
1 python django setup
2 python django project
3 installed matplotlib
pip install matplotlib
Step 1 Create view in views.py to store data
Step 2 Display data in index template
step 3 Create graph in index view in views.py
Step 4 DIsplay graph using index template file
Step 5 Run server to view chart
python manage.py runserver
TECHLEARNERS BY NEERAJ SAXENA