kabiel

Results 1 issues of kabiel

**Describe the bug** add_scale(1e-9) gives wrong scalebar: ![wrong_scalebar](https://github.com/scholi/pySPM/assets/36822145/34964877-429b-4d7e-85cc-4dbff7f21aed) **To Reproduce** test = spm.SXM(test_file).get_channel('[P8]_Lockin_X') test.add_scale(1e-9) # adds scale bar; something wrong test.show() plt.show() **Files** If applicable, upload or link the file...