Question: # This scatter plot was generated using Python and matplotlib libraries.import matplotlib.pyplot as plt# Extracting data from the imageinvestments = [ 1 2 , 2
# This scatter plot was generated using Python and matplotlib libraries.import matplotlib.pyplot as plt# Extracting data from the imageinvestments profits # Create the scatter plotplt.figurefigsizepltscatterinvestments profits# Label the axesplt.xlabelInvestments in Rs LakhspltylabelProfits in Rs Lakhs# Add a titleplt.titleScatter Diagram of Investments vs Profits"# Show the plotplt.show
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
