* Scaling according to the value range. Possible approaches are:
* Dividing by the number of datapoints. Drawback: If a dataset is large, the plot gets messy
* Dividing, so that a minimum spacing is guaranteed.
* Y scaling: https://callingbullshit.org/tools/tools_misleading_axes.html Scale so that the lowest datapoint, representing in a line is ~ 5 ticks above the minimum on the axis (not zero!). The same for the biggest datapoint.