* Works in ipython and jupyter notebooks. Adapted documentation accordingly.
* Added license to documentation.
* Change separator character to unit separator (ASCII 31).
* Print correct coordinates and values on plotting window.
* Set time axis to numpy's datetime64 format.
* Moved from Matplotlib style `seaborn-darkgrid` to `seaborn-dark`.
* Grid is drawn by hand in contour plot. Set automatic grid to False:
`self.axes.grid(False)`.