Fix crash when adding new axis
when adding a new axis and the coordinatesystem will be set, retransformRange() will be called. Due to the missing plot and csystem the application crashes. This is because the axis gets child of the plot after all properties are set correctly
fixes #369 (closed)