## Exercise 3 Matplotlib 1 The goal of this plot is to learn to use Matplotlib to plot data. As you know, Matplotlib is the underlying library used by Pandas. It provides more options to plot custom visualizations. Howerver, most of the plots we will create with Matplotlib can be reproduced with Pandas' `.plot()`. 1. Reproduce this plot. We assume the data points have integers coordinates. ![alt text][logo_ex3] [logo_ex3]: ./w1day03_ex3_plot1.png "Scatter plot ex3" The plot has to contain: - the title - name on x-axis and y-axis - x-axis and y-axis are limited to [1,8] - **style**: - red dashdot line with a width of 3 - blue circles with a size of 12