unit fixes

This commit is contained in:
Benoît Sierro
2021-11-03 17:00:27 +01:00
parent 50c9128fa5
commit 514bd0a433
2 changed files with 51 additions and 39 deletions

View File

@@ -30,8 +30,6 @@ def main():
spec_ax.set_xlabel(rs.unit.label)
field_ax = app[1]
field_ax.set_xlabel(rt.unit.label)
x: float = 4.5
y = sc.units.m.to.nm(x)
@app.update
def draw(i):