------
* last release of pySmithPlot by vMeijin
* Support for Python 3
* improved grid generation algorithm
* plot() now also handles also single numbers and purely real data
* plot() can now interpolate lines between points or generate an equidistant spacing
* changed handling of input data and renormalization; now the actual datatype (S,Z,Y-Parameter) can be specified when calling plot()
* changed behaviour for normalization and placement of the label
* added some parameter checks
* removed default matplotlib settings
* renamed some parameters to improve consistency
* fixed issues with Unicode symbols
* fixed issues with grid generation
* fixed issues with axis label display and placement