I wanna display a simple voltage value on a graph. But where the value is about 1V, the graph always displays a value which is the max value of the graph. How can i do ? Thanks
Right-click on the Y scale and select formatting...dY is set to 1.5, the minimum step it can go is thus 1.5. That is why it increments to 1.5 even though the value is actually 1.0.
Set dY to the default 1.0.. Do the same for dX.
If you want the Y scale to automatically adjust to the values right click on it and select autoscale Y.