This commit is contained in:
2019-05-28 10:45:41 +02:00
parent 6a36d4ac27
commit 703ff9ffdd
2 changed files with 10 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ p.getAxis(p.AxisId.X).logarithmic = True
p.getAxis(p.AxisId.Y).setRange(1, 100000)
p.getAxis(p.AxisId.Y).logarithmic = True
p.getAxis(p.AxisId.X2).setRange(10,20000)
p.getAxis(p.AxisId.X2).logarithmic = True