02-13-2020 12:24 PM
Hello friends,
I have an issue which seems basic but I can't fix it anyway. I wanna set the y axis of a graph from an ".uir" so that the minimum is 0 and the maximum is 100 with an increment of 5. As you can see in the pictures down below, the maximum becomes 500 and the increment is 50 🤔🤔🤔
02-14-2020 12:57 AM
Hi,
This is because of your "Gain" setting of 5 - which multiplies all scale values by 5. The second reason is that you should not check "Auto Divisions", but set the number of divisions manually to 20 (100 divided by 5). This will give you the desired result 🙂
02-14-2020 04:30 AM
Thank you very much I'll do that!