08-31-2010 05:20 AM
I have a graph representing temperatures in different positions on a vertical rod and need a graph rotated vertically.
The main simulation VI is pretty large, so I made a prototype to try and tackle this. I've heard that there is no straightforward way of accomplishing this from 2002 and 2004 posts, but perhaps something has come up since then? If not, one of the options I was trying involves taking a picture of the graph, rotating it and redisplaying it (I don't need the functionality in the final display). If you think this is the best option, maybe someone could help me with understanding it? The little LV experience I have is DAQ based and I've not worked with images at all.
(running 9.0)
Thanks,
Curran
Solved! Go to Solution.
08-31-2010 05:54 AM - edited 08-31-2010 05:56 AM
How about using a XY graph? In the example \National Instruments\LabVIEW 2009\examples\analysis\statxmpl.llb\Noise Statistics.vi they have done that, and swapped the X and Y axis
08-31-2010 06:31 AM
Ah, all I needed was a hint, thanks. Time to beautify it. What I have below should work! Thanks!