News

This project was made for Coursera's Applied Plotting, Charting and Data Represenatation Course. The Scatterplot is created using Python's Matplotlib library, learnt during the course. Problem ...
Currently I would like to display my scatter on top of my line, but no matter what order I pass them in addplot the line appears on top. With matplotlib there is zorder which manages this. Here is a ...