LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Zoom along one axis only ?

I love the new (?) zooming abilities in graphs.
But is it possible to zoom along one axis only. If I have for instance a plot with a lot of points
along the X axis, I don't necessarily want the Y axis to enlarge...
--
Guillaume Dargaud
http://www.gdargaud.net/
"Everything should be made as simple as possible, but not simpler." - Albert Einstein.
0 Kudos
Message 1 of 3
(3,125 Views)
I think there is no way with auto zoom and pan. Maybe you can disable z&p
and use a graph callback to zoom only in one axes.


"Guillaume Dargaud" wrote in message
news:410a0f6e@newsgroups....
> I love the new (?) zooming abilities in graphs.
> But is it possible to zoom along one axis only. If I have for instance a
plot with a lot of points
> along the X axis, I don't necessarily want the Y axis to enlarge...
> --
> Guillaume Dargaud
> http://www.gdargaud.net/
> "Everything should be made as simple as possible, but not simpler." -
Albert Einstein.
>
0 Kudos
Message 2 of 3
(3,125 Views)
> I think there is no way with auto zoom and pan. Maybe you can disable z&p
> and use a graph callback to zoom only in one axes.

That's what I was doing before, but I removed all the zooming code after I discovered the
auto-zoom... (I'm modifying a 4yo prog).
--
Guillaume Dargaud
http://www.gdargaud.net/
Conclusion /nm./: the place where you got tired of thinking.
0 Kudos
Message 3 of 3
(3,125 Views)