Question: python-- ( product weight inventory.py ): Generate a scatterplot of product weight versus inventory. The purpose of this plot is to analyze whether there is
python-- ( product weight inventory.py ): Generate a scatterplot of product weight versus inventory. The purpose of this plot is to analyze whether there is a relationship between product weights and inventory. Develop a plot product weight inventory function that accepts one argument, which is the imported products variable from the catalog.py file. This function should calculate the weight of each product and the asso- ciated product inventory. Then, generate a scatterplot of the data with the weights on the x-axis and the associated inventory on the y-axis. Same as before, add proper title and axis labels. Also, since there are many points on the plot, use a proper marker type to ensure most points are visible. An example scatterplot showing the relationship between product weights and inventories is shown in Figure 4.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
