Matplotlib Exercise
Matplotlib Exercise
Vishwesh Singbal
Create a histogram to visualize the distribution of the total amount spent by customers.
Create a bar chart that shows the average credit limit for different age groups.
Question 3: Analyze the Relationship Between Credit Limit and Total Spend.
Create a scatter plot to visualize the relationship between credit limit and total spend. Use
marker size to represent the number of transactions.
Create a box plot to explore the variability in customer satisfaction across different age groups.
Create a pie chart to visualize the proportion of customers in each age group.
Introduction to Python Matplotlib exercises Dr. Vishwesh Singbal